API Reference
Class
Wifi
WiFi payload.
Inheritance
- Object
- Wifi
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method Wifi.<Clone>$
Constructors
public Wifi(String Ssid, String Password, String AuthType, Boolean Hidden) #WiFi payload.
Parameters
- Ssid System.String
- Password System.String
- AuthType System.String
- Hidden System.Boolean
Methods
public Wifi <Clone>$() #Returns:
Wifipublic Void Deconstruct(out String Ssid, out String Password, out String AuthType, out Boolean Hidden) #Returns:
VoidParameters
- Ssid String
- Password String
- AuthType String
- Hidden Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String