Table of Contents

Class NetworkAPStationEventArgs

Namespace
System.Net.NetworkInformation
Assembly
System.Net.dll

Contains argument values for network availability events.

public class NetworkAPStationEventArgs : EventArgs
Inheritance
NetworkAPStationEventArgs
Inherited Members
Extension Methods

Properties

IsConnected

Indicates whether the client has connected or disconnected.

public bool IsConnected { get; }

Property Value

bool

StationIndex

Returns the Index of the connected Station.

public int StationIndex { get; }

Property Value

int