The WebSocketClient type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCloseStatus
Gets the close status (only available once the WebSocket has been closed).
Public propertySupported by the .NET Compact FrameworkCloseStatusDescription
Gets the close status description (only available once the WebSocket has been closed).
Protected propertySupported by the .NET Compact FrameworkInstanceId
Gets instance ID (intended for logging purposes).
(Inherited from NetworkSession.)
Public propertySupported by the .NET Compact FrameworkIsAuthenticated (Overrides NetworkSession..::..IsAuthenticated.)
Public propertySupported by the .NET Compact FrameworkIsConnected (Overrides NetworkSession..::..IsConnected.)
Public propertySupported by the .NET Compact FrameworkLogWriter
Gets or sets the LogWriter used by this object.
(Inherited from NetworkSession.)
Public propertySupported by the .NET Compact FrameworkOptions
WebSocket options.
Public propertySupported by the .NET Compact FrameworkProxy
Gets or sets the network proxy to use to access a remote server.
Public propertySupported by the .NET Compact FrameworkServerName
Gets the server name, if available.
(Inherited from NetworkSession.)
Public propertySupported by the .NET Compact FrameworkServerPort
Gets the server port, if available.
(Inherited from NetworkSession.)
Public propertySupported by the .NET Compact FrameworkSettings
Gets an WebSocketClientSettings object.
Public propertySupported by the .NET Compact FrameworkState
Gets the last known state of the WebSocket object.
Public propertySupported by the .NET Compact FrameworkSubProtocol
Gets the sub-protocol selected by the server (only available once the WebSocket has been connected).
Public propertySupported by the .NET Compact FrameworkUserName
Gets the authenticated user name, if available.
(Inherited from NetworkSession.)

See Also