HttpResponseWrapper.IsClientConnected Propriedade
Definição
Obtém um valor que indica se o cliente está conectado ao servidor.Gets a value that indicates whether the client is connected to the server.
public:
virtual property bool IsClientConnected { bool get(); };
public override bool IsClientConnected { get; }
member this.IsClientConnected : bool
Public Overrides ReadOnly Property IsClientConnected As Boolean
Valor da propriedade
true se o cliente está conectado no momento; caso contrário, false.true if the client is currently connected; otherwise, false.