Skip to main content
Deno.QuicEndpoint.prototype.close - Deno documentation
method Deno.QuicEndpoint.prototype.close
QuicEndpoint.prototype.close(info?: QuicCloseInfo): void

Closes the endpoint. All associated connections will be closed and incoming connections will be rejected.

Parameters

optional
info: QuicCloseInfo

Return Type

void
Back to top