Click or drag to resize
AccessPointConfiguration Methods

The AccessPointConfiguration type exposes the following members.

Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberParse
Parse a string with a valid Access Point configuration. Expected format is "apname|user|password". User name and password are optional.
Public methodToString
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.)
Top
See Also