WebSocketOpenArgs Class |
Namespace: FM.IceLink
The WebSocketOpenArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| WebSocketOpenArgs |
Creates a new instance of
|
| Name | Description | |
|---|---|---|
| DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
| HandshakeTimeout |
Gets or sets the timeout for the handshake (in ms).
| |
| Headers |
Gets or sets headers to send with the handshake request.
| |
| IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
| OnFailure |
Gets or sets the callback to invoke when a connection could not be established.
| |
| OnReceive |
Gets or sets the callback to invoke when a message is received.
| |
| OnRequestCreated |
Gets or sets the callback to invoke before the handshake request is sent.
| |
| OnResponseReceived |
Gets or sets the callback to invoke after the handshake response is received.
| |
| OnStreamFailure |
Gets or sets the callback to invoke when a successful connection breaks down.
| |
| OnSuccess |
Gets or sets the callback to invoke when a successful connection has been established.
| |
| Sender |
Gets or sets the sender of the request.
| |
| StreamTimeout |
Gets or sets the timeout for the stream (in ms).
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) | |
| ToString | (Inherited from Object.) | |
| UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) |