Click or drag to resize
NetworkConnectionManager Class
Network connection manager
Inheritance Hierarchy
SystemObject
  BlackBerry.WorkspacesNetworkConnectionManager

Namespace:  BlackBerry.Workspaces
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class NetworkConnectionManager : IConnection

The NetworkConnectionManager type exposes the following members.

Constructors
  NameDescription
Public methodNetworkConnectionManager
Initializes a new instance of the NetworkConnectionManager class
Top
Properties
  NameDescription
Public propertyLastFoundProxyAddress
LastFoundProxyAddress
Public propertyProxyType
ProxyType
Public propertyServerApiUrl
ServerApiUrl
Public propertyServerHostName
ServerHostName
Public propertyServerUrl
ServerUrl
Public propertySubdomainHostName
SubdomainHostName
Public propertyUseCredentials
UseCredentials
Top
Methods
  NameDescription
Public methodApplyProxySettings
ApplyProxySettings
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsConnectedToInternet
IsConnectedToInternet
Public methodIsConnectedToInternet2
IsConnectedToInternet2
Public methodSaveProxySettings
SaveProxySettings
Public methodShouldAskUserForConnectionSettings
ShouldAskUserForConnectionSettings
Public methodShouldAskUserForProxyCredentials
ShouldAskUserForProxyCredentials
Public methodTestConnectionSettings
Test connection to defined server and proxy
Public methodTestConnectionSettings(ProxyType, Boolean, String, String, SecureString, Int32)
Test connection to defined server and proxy
Public methodTestConnectionSettings(String, ProxyType, Boolean, String, String, SecureString, Int32)
Test connection to defined server and proxy
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also