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)

属性值

适用于