Click or drag to resize

NetworkConnectionManager Constructor

Initializes a new instance of the NetworkConnectionManager class

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public NetworkConnectionManager(
	string url,
	string subDomain = null
)

Parameters

url
Type: SystemString

[Missing <param name="url"/> documentation for "M:BlackBerry.Workspaces.NetworkConnectionManager.#ctor(System.String,System.String)"]

subDomain (Optional)
Type: SystemString

[Missing <param name="subDomain"/> documentation for "M:BlackBerry.Workspaces.NetworkConnectionManager.#ctor(System.String,System.String)"]

See Also