WebSocketManager.WebSocketRequestedProtocols 属性

定义

获取请求的 WebSocket 子协议的列表。

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

属性值

适用于