Class NetworkAPStationEventArgs
Contains argument values for network availability events.
Inherited Members
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 |