WebSocketTransport Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client.Transports
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Top
Represents a client transport based on web socket.
System::Object
Microsoft.AspNet.SignalR.WebSockets::WebSocketHandler
Microsoft.AspNet.SignalR.Client.Transports::WebSocketTransport
Microsoft.AspNet.SignalR.WebSockets::WebSocketHandler
Microsoft.AspNet.SignalR.Client.Transports::WebSocketTransport
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The WebSocketTransport type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WebSocketTransport() | Initializes a new instance of the WebSocketTransport class. |
![]() | WebSocketTransport(IHttpClient) | Initializes a new instance of the WebSocketTransport class. |
| Name | Description | |
|---|---|---|
![]() | Error | Gets or sets the error during handling the web socket. (Inherited from WebSocketHandler.) |
![]() | MaxIncomingMessageSize | Gets the maximum incoming message size. (Inherited from WebSocketHandler.) |
![]() | Name | Gets the transport name. |
![]() | ReconnectDelay | Gets or sets the time needed before reconnection. |
![]() | SupportsKeepAlive | Gets or sets a value that indicates whether or not the transport supports keep alive. |
| Name | Description | |
|---|---|---|
![]() | Abort | |
![]() | CloseAsync | (Inherited from WebSocketHandler.) |
![]() | Dispose() | Releases the resources used by the current instance of the WebSocketTransport class. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the WebSocketTransport class, and optionally releases the managed resources associated with this object. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | LostConnection | Loses the connection of the client transport. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Negotiate | |
![]() | OnClose | (Overrides WebSocketHandler::OnClose().) |
![]() | OnError | Raises an event when an error occurred during the transport. (Overrides WebSocketHandler::OnError().) |
![]() | OnMessage(String) | Raises an event when a message is transported. (Overrides WebSocketHandler::OnMessage(String).) |
![]() | OnMessage(array<Byte>) | Raises an event when a message is received. (Inherited from WebSocketHandler.) |
![]() | OnOpen | Raises an event when a transport has been opened. (Overrides WebSocketHandler::OnOpen().) |
![]() | PerformConnect | |
![]() | ProcessWebSocketRequestAsync | Asynchronously processes the request received by the handler. (Inherited from WebSocketHandler.) |
![]() | Send(String) | Sends a message associated with the handler. (Inherited from WebSocketHandler.) |
![]() | Send(IConnection, String, String) | |
![]() | Start | Executes the socket transport. |
![]() | ToString | (Inherited from Object.) |
Show:
