HttpContextBase.IsWebSocketRequestUpgrading Propriedade
Definição
Quando implementado em uma classe derivada, obtém um valor que indica se a conexão está atualizando de uma conexão HTTP para uma conexão AspNetWebSocket.When implemented in a derived class, gets a value that indicates whether the connection is upgrading from an HTTP connection to an AspNetWebSocket connection.
public:
virtual property bool IsWebSocketRequestUpgrading { bool get(); };
public virtual bool IsWebSocketRequestUpgrading { get; }
member this.IsWebSocketRequestUpgrading : bool
Public Overridable ReadOnly Property IsWebSocketRequestUpgrading As Boolean
Valor da propriedade
true se a conexão estiver sendo atualizada; caso contrário, false .true if the connection is upgrading; otherwise, false.