HttpContextWrapper.WebSocketNegotiatedProtocol 屬性

定義

取得伺服器發送給客戶端的 AspNetWebSocket 協商協議請求。

public:
 virtual property System::String ^ WebSocketNegotiatedProtocol { System::String ^ get(); };
public override string WebSocketNegotiatedProtocol { get; }
member this.WebSocketNegotiatedProtocol : string
Public Overrides ReadOnly Property WebSocketNegotiatedProtocol As String

屬性值

談判協議。

適用於