method ClientRequest.prototype.setSocketKeepAlive
Jump to headingClientRequest.prototype.setSocketKeepAlive(enable?: boolean,initialDelay?: number,): void
Once a socket is assigned to this request and is connected socket.setKeepAlive()
will be called.
Parameters Jump to heading
optional
Jump to headingenable: boolean
optional
Jump to headinginitialDelay: number
Return Type Jump to heading
void