NetworkAvailabilityEventArgs Classe
Definição
Fornece dados para o evento de NetworkAvailabilityChanged .Provides data for the NetworkAvailabilityChanged event.
public ref class NetworkAvailabilityEventArgs : EventArgs
public class NetworkAvailabilityEventArgs : EventArgs
type NetworkAvailabilityEventArgs = class
inherit EventArgs
Public Class NetworkAvailabilityEventArgs
Inherits EventArgs
- Herança
Comentários
As instâncias dessa classe são passadas para um NetworkAvailabilityChangedEventHandler método que é chamado quando o status da rede é alterado.Instances of this class are passed to a NetworkAvailabilityChangedEventHandler method that is called when the status of the network changes.
Propriedades
| IsAvailable |
Obtém o status atual da conexão de rede.Gets the current status of the network connection. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |