AccessPointConfiguration Methods |
The AccessPointConfiguration type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(Object).) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetType | (Inherited from Object.) | |
Parse |
Parse a string with a valid Access Point configuration. Expected format is "apname|user|password".
User name and password are optional.
| |
ToString |
String with representation of Access Point configuration in format "apname|user|password".
If user and password are empty they won't be included in the configuration string.
(Overrides ObjectToString.) |