次の方法で共有


AspNetWebSocketOptions.SubProtocol プロパティ

定義

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

public:
 property System::String ^ SubProtocol { System::String ^ get(); void set(System::String ^ value); };
public string SubProtocol { get; set; }
member this.SubProtocol : string with get, set
Public Property SubProtocol As String

プロパティ値

プロトコルの名前。

例外

プロパティに割り当てられているプロトコル名に無効な文字が含まれています。

適用対象