WebSocketTransportSettings Class

Definition

Represents settings for web socket transport.

public ref class WebSocketTransportSettings sealed : IEquatable<System::ServiceModel::Channels::WebSocketTransportSettings ^>
public sealed class WebSocketTransportSettings : IEquatable<System.ServiceModel.Channels.WebSocketTransportSettings>
type WebSocketTransportSettings = class
    interface IEquatable<WebSocketTransportSettings>
Public NotInheritable Class WebSocketTransportSettings
Implements IEquatable(Of WebSocketTransportSettings)
Inheritance
WebSocketTransportSettings
Implements

Constructors

WebSocketTransportSettings()

Initializes a new instance of the WebSocketTransportSettings class.

Fields

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.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal with the current 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.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to