The MapConnection type exposes the following members.

Methods

  NameDescription
Public methodConnect
Connects to the map provider.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCredentialsFromServer
Gets the credentials from FWX.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPropertyName``1 (Inherited from BindableObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodOnPropertyChanged(String) (Inherited from BindableObject.)
Protected methodOnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, String) (Inherited from BindableObject.)
Public methodShouldSerializeAvailable
Public methodShouldSerializeFwxClient
Determines if the FwxClient should be serialized.
Public methodShouldSerializeSecurityServerKey
Determines if the SecurityServerKey property should be serialized.
Public methodShouldSerializeStatus
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAvailable
Determines if the connection is currently available (i.e., ready to provide the map data).
Public propertyFwxClient
Gets or sets the FWX Client used for communication.
Public propertyMapType
Gets the map type of this connection.
Public propertyName
Unique name of this map connection.
Public propertyProxy
Gets or sets the proxy server to be used with this connection.
Public propertyProxyPassword
Password to be used with the proxy connection.
Public propertyProxyUsername
Username to be used with the proxy connection.
Public propertySecurityServerKey
Gets or sets the security server key.
Public propertyStatus
Gets the connection status. OK, invalid credentials, network error, etc.

Events

  NameDescription
Public eventConnectionStatusChanged
This event is invoked every time the connection status changes.
Public eventPropertyChanged (Inherited from BindableObject.)

See Also