Click or drag to resize

WebSocketOpenArgs Properties

The WebSocketOpenArgs type exposes the following members.

Properties
  NameDescription
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyHandshakeTimeout
Gets or sets the timeout for the handshake (in ms).
Public propertyHeaders
Gets or sets headers to send with the handshake request.
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyOnFailure
Gets or sets the callback to invoke when a connection could not be established.
Public propertyOnReceive
Gets or sets the callback to invoke when a message is received.
Public propertyOnRequestCreated
Gets or sets the callback to invoke before the handshake request is sent.
Public propertyOnResponseReceived
Gets or sets the callback to invoke after the handshake response is received.
Public propertyOnStreamFailure
Gets or sets the callback to invoke when a successful connection breaks down.
Public propertyOnSuccess
Gets or sets the callback to invoke when a successful connection has been established.
Public propertySender
Gets or sets the sender of the request.
Public propertyStreamTimeout
Gets or sets the timeout for the stream (in ms).
Top
See Also