WebSocketContext.IsLocal Property

Definition

Whether the WebSocket client connected from the local machine.

public:
 abstract property bool IsLocal { bool get(); };
public abstract bool IsLocal { get; }
member this.IsLocal : bool
Public MustOverride ReadOnly Property IsLocal As Boolean

Property Value

Returns Boolean.

Applies to