AspNetWebSocketContext.SecWebSocketKey 属性

定义

获取在握手请求中发送的加密密钥,以建立 AspNetWebSocket 连接。

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

属性值

加密密钥。

例外

未实现该属性。

适用于