HttpListenerWebSocketContext.IsSecureConnection 属性

定义

获取指示是否使用安全套接字层 (SSL) 保护 WebSocket 连接的值。

public:
 virtual property bool IsSecureConnection { bool get(); };
public override bool IsSecureConnection { get; }
member this.IsSecureConnection : bool
Public Overrides ReadOnly Property IsSecureConnection As Boolean

属性值

true 如果使用 SSL 保护 WebSocket 连接,则为 ;否则为 false

适用于