The MapConnection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Connect |
Connects to the map provider.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetCredentialsFromServer |
Gets the credentials from FWX.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPropertyName``1 | (Inherited from BindableObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
OnPropertyChanged(String) | (Inherited from BindableObject.) | |
OnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
SetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
SetAndNotify``1(UMP%, UMP, String) | (Inherited from BindableObject.) | |
ShouldSerializeAvailable | ||
ShouldSerializeFwxClient |
Determines if the FwxClient should be serialized.
| |
ShouldSerializeSecurityServerKey |
Determines if the SecurityServerKey property should be serialized.
| |
ShouldSerializeStatus | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Available |
Determines if the connection is currently available (i.e., ready to provide the map data).
| |
FwxClient |
Gets or sets the FWX Client used for communication.
| |
MapType |
Gets the map type of this connection.
| |
Name |
Unique name of this map connection.
| |
Proxy |
Gets or sets the proxy server to be used with this connection.
| |
ProxyPassword |
Password to be used with the proxy connection.
| |
ProxyUsername |
Username to be used with the proxy connection.
| |
SecurityServerKey |
Gets or sets the security server key.
| |
Status |
Gets the connection status. OK, invalid credentials, network error, etc.
|
Events
Name | Description | |
---|---|---|
ConnectionStatusChanged |
This event is invoked every time the connection status changes.
| |
PropertyChanged | (Inherited from BindableObject.) |