WebSocketTransportSettings Class
Represents settings for web socket transport.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | WebSocketTransportSettings() | Initializes a new instance of the WebSocketTransportSettings class. |
| 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. |
![]() | SubProtocol | Gets or sets the web socket sub protocol. |
![]() | TransportUsage | Gets or sets the web socket transport usage. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal with the current object.(Overrides Object::Equals(Object^).) |
![]() | Equals(WebSocketTransportSettings^) | Determines whether the specified web socket transport settings object is equal with the current object. |
![]() | GetHashCode() | Gets the hash code value for this object.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | BinaryEncoderTransferModeHeader | Specifies the header for the binary encoder transfer mode. |
![]() ![]() | BinaryMessageReceivedAction | Specifies the action when web socket binary message is received. |
![]() ![]() | ConnectionOpenedAction | Specifies the action when web socket connection is opened. |
![]() ![]() | SoapContentTypeHeader | Specifies the soap content type header. |
![]() ![]() | TextMessageReceivedAction | Specifies the action when web socket text message is received. |
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



