WebSocketContext.IsLocal Propriedade
Definição
Se o cliente do WebSocket se conectou do computador local.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
Valor da propriedade
Retorna Boolean.Returns Boolean.