WebSocketContext::IsSecureConnection Property

.NET Framework (current version)
 

Whether 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() abstract;
}

Property Value

Type: System::Boolean

Returns Boolean.

.NET Framework
Available since 4.5
Return to top
Show: