HttpListenerWebSocketContext::IsSecureConnection Property

.NET Framework (current version)
 

Gets a value that indicates if the WebSocket connection is secured using Secure Sockets Layer (SSL).

Namespace:   System.Net.WebSockets
Assembly:  System (in System.dll)

public:
property bool IsSecureConnection {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

Returns Boolean.

true if the WebSocket connection is secured using SSL; otherwise false.

.NET Framework
Available since 4.5
Return to top
Show: