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>$
Accepted by parameters
- Method Wifi.Equals
- Method Wifi.op_Equality
- Method Wifi.op_Equality
- Method Wifi.op_Inequality
- Method Wifi.op_Inequality
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
Equals 2 overloads
public override Int32 GetHashCode() #Returns:
Int32public static Boolean op_Equality(Wifi left, Wifi right) #Returns:
BooleanParameters
- left Wifi
- right Wifi
public static Boolean op_Inequality(Wifi left, Wifi right) #Returns:
BooleanParameters
- left Wifi
- right Wifi
public override String ToString() #Returns:
String