deno.com
property OutgoingMessage.prototype.socket

Reference to the underlying socket. Usually, users will not want to access this property.

After calling outgoingMessage.end(), this property will be nulled.

Type #

Socket | null