HttpListenerWebSocketContext.IsLocal Property

Definition

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

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

Property Value

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

Applies to