Click or drag to resize

WSConnector Properties

The WSConnector type exposes the following members.

Properties
  NameDescription
Public propertyAuthentication
Credentials used to authenticate with the server.
Public propertyHeaders
Headers to pass when making the socket.
Public propertyOnClose
This delegate is invoked when the connection is closed.
Public propertyOnMessage
This delegate is invoked when a message is received for a socket.
Public propertyState
The current state of this connector.
Public propertyURL
The URL of the WebSocket.
Top
See Also