method IncomingMessage.prototype.setTimeout
Jump to headingIncomingMessage.prototype.setTimeout(msecs: number,callback?: () => void,): this
Calls message.socket.setTimeout(msecs, callback)
.
Parameters Jump to heading
Jump to headingmsecs: number
optional
Jump to headingcallback: () => void
Return Type Jump to heading
this