HttpListenerWebSocketContext::IsLocal Property

.NET Framework (current version)
 

Gets a value that indicates if the WebSocket client connected from the local machine.

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

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

Property Value

Type: System::Boolean

Returns Boolean.

true if the WebSocket client connected from the local machine; otherwise false.

.NET Framework
Available since 4.5
Return to top
Show: