method Deno.QuicEndpoint.prototype.close
Jump to headingQuicEndpoint.prototype.close(info?: QuicCloseInfo): void
Closes the endpoint. All associated connections will be closed and incoming connections will be rejected.
Parameters Jump to heading
optional
Jump to headinginfo: QuicCloseInfo
Return Type Jump to heading
void