Show / Hide Table of Contents

    Class NetworkAvailabilityEventArgs

    Contains argument values for network availability events.

    Inheritance
    Object
    EventArgs
    NetworkAvailabilityEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: System.Net.NetworkInformation
    Assembly: System.Net.dll
    Syntax
    public class NetworkAvailabilityEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    IsAvailable

    Indicates whether the network is currently available.

    Declaration
    public bool IsAvailable { get; }
    Property Value
    Type Description
    Boolean

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX