WebSocketTransportSettings Properties
.NET Framework 4.5
The WebSocketTransportSettings type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateNotificationOnConnection | Gets or sets the create notification during connection. |
|
DisablePayloadMasking | Gets or sets a value that indicates whether the web socket masking is disabled. |
|
KeepAliveInterval | Gets or sets the value of the keep alive interval of the connection. |
|
MaxPendingConnections | Gets or sets the maximum number of allowed pending connections. |
|
ReceiveBufferSize | Gets or sets the size of the receive buffer of the socket. |
|
SendBufferSize | Gets or sets the size of the send buffer of the socket. |
|
SubProtocol | Gets or sets the web socket sub protocol. |
|
TransportUsage | Gets or sets the web socket transport usage. |