HttpContext.WebSocketRequestedProtocols 屬性

定義

取得客戶端要求的有序協議清單。

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

屬性值

請求的協議,或者 null 這不是 AspNetWebSocket 請求,或是沒有清單。

適用於