WebSocketTransportSettings クラス
定義
Web ソケット トランスポートの設定を表します。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)
- 継承
-
WebSocketTransportSettings
- 実装
コンストラクター
WebSocketTransportSettings() |
WebSocketTransportSettings クラスの新しいインスタンスを初期化します。Initializes a new instance of the WebSocketTransportSettings class. |
フィールド
BinaryEncoderTransferModeHeader |
バイナリ エンコーダー転送モードのヘッダーを指定します。Specifies the header for the binary encoder transfer mode. |
BinaryMessageReceivedAction |
Web ソケット メッセージを受信したときのアクションを指定します。Specifies the action when web socket binary message is received. |
ConnectionOpenedAction |
Web ソケット接続が開いたときのアクションを指定します。Specifies the action when web socket connection is opened. |
SoapContentTypeHeader |
SOAP コンテンツ タイプのヘッダーを指定します。Specifies the soap content type header. |
TextMessageReceivedAction |
Web ソケット テキスト メッセージを受信したときのアクションを指定します。Specifies the action when web socket text message is received. |
プロパティ
CreateNotificationOnConnection |
接続中の作成通知を取得または設定します。Gets or sets the create notification during connection. |
DisablePayloadMasking |
Web ソケット マスキングが無効かどうかを示す値を取得または設定します。Gets or sets a value that indicates whether the web socket masking is disabled. |
KeepAliveInterval |
接続の Keep Alive 間隔の値を取得または設定します。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 | |
SendBufferSize | |
SubProtocol |
Web ソケット サブプロトコルを取得または設定します。Gets or sets the web socket sub protocol. |
TransportUsage |
Web ソケット トランスポートの使用を取得または設定します。Gets or sets the web socket transport usage. |
メソッド
Equals(Object) |
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal with the current object. |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current object. (継承元 Object) |
Equals(WebSocketTransportSettings) |
指定した Web ソケット トランスポート設定オブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified web socket transport settings object is equal with the current object. |
GetHashCode() |
このオブジェクトのハッシュ コード値を取得します。Gets the hash code value for this object. |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。Returns a string that represents the current object. (継承元 Object) |