AspNetWebSocketContext.SecWebSocketProtocols 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用戶端可以用來透過 AspNetWebSocket 連接傳送訊息的應用程式層級通訊協定 (附屬通訊協定) 清單。
public:
virtual property System::Collections::Generic::IEnumerable<System::String ^> ^ SecWebSocketProtocols { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public override System.Collections.Generic.IEnumerable<string> SecWebSocketProtocols { get; }
member this.SecWebSocketProtocols : seq<string>
Public Overrides ReadOnly Property SecWebSocketProtocols As IEnumerable(Of String)
屬性值
以空格分隔的附屬通訊協定清單。
例外狀況
屬性未實作。