Click or drag to resize

WebSocketTransfer Properties

The WebSocketTransfer type exposes the following members.

Properties
  NameDescription
Public propertyHandshakeTimeout
Gets or sets the timeout for the initial handshake (in ms).
Public propertyOnOpenFailure
Gets or sets the callback to invoke if the handshake fails.
Public propertyOnOpenSuccess
Gets or sets the callback to invoke if the handshake succeeds.
Public propertyOnRequestCreated
Gets or sets the callback to invoke when the handshake request is created.
Public propertyOnResponseReceived
Gets or sets the callback to invoke when the handshake response is received.
Public propertyOnStreamFailure
Gets or sets the callback to invoke if the stream errors out.
Public propertySender
Gets or sets the sender of the messages.
Public propertyStreamTimeout
Gets or sets the timeout for the stream (in ms).
Public propertyUrl
Gets or sets the URL.
Top
See Also