Search Results for

    Show / Hide Table of Contents

    Class NetworkAPStationEventArgs

    Contains argument values for network availability events.

    Inheritance
    object
    EventArgs
    NetworkAPStationEventArgs
    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 NetworkAPStationEventArgs : EventArgs

    Properties

    IsConnected

    Indicates whether the client has connected or disconnected.

    Declaration
    public bool IsConnected { get; }
    Property Value
    Type Description
    bool

    StationIndex

    Returns the Index of the connected Station.

    Declaration
    public int StationIndex { get; }
    Property Value
    Type Description
    int

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX