Class WebSocketClosedEventArgs
EventArgs used for WebSocketClosedEventHandler
Inherited Members
Namespace: System.Net.WebSockets.Server
Assembly: System.Net.WebSockets.dll
Syntax
public class WebSocketClosedEventArgs : EventArgs
Constructors
WebSocketClosedEventArgs()
Declaration
public WebSocketClosedEventArgs()
Fields
EndPoint
The Remote Endpoint that is closed.
Declaration
public IPEndPoint EndPoint
Field Value
Type | Description |
---|---|
IPEndPoint |