method TLSSocket.prototype.on
Jump to headingTLSSocket.prototype.on(event: string,listener: (...args: any[]) => void,): this
Parameters Jump to heading
Jump to headingevent: string
Jump to headinglistener: (...args: any[]) => void
Return Type Jump to heading
this
Jump to headingTLSSocket.prototype.on(event: "OCSPResponse",listener: (response: Buffer) => void,): this
Parameters Jump to heading
Jump to headingevent: "OCSPResponse"
Jump to headinglistener: (response: Buffer) => void
Return Type Jump to heading
this
Jump to headingTLSSocket.prototype.on(event: "secureConnect",listener: () => void,): this
Parameters Jump to heading
Jump to headingevent: "secureConnect"
Jump to headinglistener: () => void
Return Type Jump to heading
this
Jump to headingTLSSocket.prototype.on(event: "session",listener: (session: Buffer) => void,): this
Parameters Jump to heading
Jump to headingevent: "session"
Jump to headinglistener: (session: Buffer) => void
Return Type Jump to heading
this
Jump to headingTLSSocket.prototype.on(event: "keylog",listener: (line: Buffer) => void,): this
Parameters Jump to heading
Jump to headingevent: "keylog"
Jump to headinglistener: (line: Buffer) => void
Return Type Jump to heading
this