AspNetWebSocketContext.SecWebSocketProtocols 属性

定义

获取客户端可用于使用 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)

属性值

由空格分隔的子协议列表。

例外

未实现该属性。

适用于