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
StationIndex
Returns the Index of the connected Station.
public int StationIndex { get; }