WebSocketClient.SubProtocols 屬性

定義

取得在初始交握中建立的 WebSocket 副程式清單。

public:
 property System::Collections::Generic::IList<System::String ^> ^ SubProtocols { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> SubProtocols { get; }
member this.SubProtocols : System.Collections.Generic.IList<string>
Public ReadOnly Property SubProtocols As IList(Of String)

屬性值

適用於