| WebSocketWebRequestTransfer Properties | 
The WebSocketWebRequestTransfer type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | HandshakeTimeout | 
            Gets or sets the timeout for the initial handshake (in ms).
            (Inherited from WebSocketTransfer.) | 
|  | OnOpenFailure | 
            Gets or sets the callback to invoke if the handshake fails.
            (Inherited from WebSocketTransfer.) | 
|  | OnOpenSuccess | 
            Gets or sets the callback to invoke if the handshake succeeds.
            (Inherited from WebSocketTransfer.) | 
|  | OnRequestCreated | 
            Gets or sets the callback to invoke when the handshake request is created.
            (Inherited from WebSocketTransfer.) | 
|  | OnResponseReceived | 
            Gets or sets the callback to invoke when the handshake response is received.
            (Inherited from WebSocketTransfer.) | 
|  | OnStreamFailure | 
            Gets or sets the callback to invoke if the stream errors out.
            (Inherited from WebSocketTransfer.) | 
|  | Sender | 
            Gets or sets the sender of the messages.
            (Inherited from WebSocketTransfer.) | 
|  | StreamTimeout | 
            Gets or sets the timeout for the stream (in ms).
            (Inherited from WebSocketTransfer.) | 
|  | Url | 
            Gets or sets the URL.
            (Inherited from WebSocketTransfer.) | 
 See Also
See Also