AspNetWebSocket.SubProtocol プロパティ

定義

リモート クライアントとサーバーが AspNetWebSocket 接続を介したデータ交換に使用できるアプリケーション固有のプロトコルの名前を取得します。

public:
 virtual property System::String ^ SubProtocol { System::String ^ get(); };
public override string SubProtocol { get; }
member this.SubProtocol : string
Public Overrides ReadOnly Property SubProtocol As String

プロパティ値

プロトコルの名前。

例外

オブジェクトが既に破棄されています。

適用対象