WebSocketOpenArgs Properties |
The WebSocketOpenArgs type exposes the following members.
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).
|