This topic has not yet been rated - Rate this topic

WebSocketTransportSettings Properties

.NET Framework 4.5

The WebSocketTransportSettings type exposes the following members.

  Name Description
Public property CreateNotificationOnConnection Gets or sets the create notification during connection.
Public property DisablePayloadMasking Gets or sets a value that indicates whether the web socket masking is disabled.
Public property KeepAliveInterval Gets or sets the value of the keep alive interval of the connection.
Public property MaxPendingConnections Gets or sets the maximum number of allowed pending connections.
Public property ReceiveBufferSize Gets or sets the size of the receive buffer of the socket.
Public property SendBufferSize Gets or sets the size of the send buffer of the socket.
Public property SubProtocol Gets or sets the web socket sub protocol.
Public property TransportUsage Gets or sets the web socket transport usage.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.