Click or drag to resize

NetworkConnectionManagerTestConnectionSettings Method (ProxyType, Boolean, String, String, String, Int32)

[Missing <summary> documentation for "M:BlackBerry.Workspaces.NetworkConnectionManager.TestConnectionSettings(BlackBerry.Workspaces.Core.ProxyType,System.Boolean,System.String,System.String,System.String,System.Int32)"]

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public ConnectionError TestConnectionSettings(
	ProxyType proxyType,
	bool useProxyAuthentication,
	string proxyUrl,
	string usr,
	string pass,
	int port
)

Parameters

proxyType
Type: BlackBerry.Workspaces.CoreProxyType

[Missing <param name="proxyType"/> documentation for "M:BlackBerry.Workspaces.NetworkConnectionManager.TestConnectionSettings(BlackBerry.Workspaces.Core.ProxyType,System.Boolean,System.String,System.String,System.String,System.Int32)"]

useProxyAuthentication
Type: SystemBoolean

[Missing <param name="useProxyAuthentication"/> documentation for "M:BlackBerry.Workspaces.NetworkConnectionManager.TestConnectionSettings(BlackBerry.Workspaces.Core.ProxyType,System.Boolean,System.String,System.String,System.String,System.Int32)"]

proxyUrl
Type: SystemString

[Missing <param name="proxyUrl"/> documentation for "M:BlackBerry.Workspaces.NetworkConnectionManager.TestConnectionSettings(BlackBerry.Workspaces.Core.ProxyType,System.Boolean,System.String,System.String,System.String,System.Int32)"]

usr
Type: SystemString

[Missing <param name="usr"/> documentation for "M:BlackBerry.Workspaces.NetworkConnectionManager.TestConnectionSettings(BlackBerry.Workspaces.Core.ProxyType,System.Boolean,System.String,System.String,System.String,System.Int32)"]

pass
Type: SystemString

[Missing <param name="pass"/> documentation for "M:BlackBerry.Workspaces.NetworkConnectionManager.TestConnectionSettings(BlackBerry.Workspaces.Core.ProxyType,System.Boolean,System.String,System.String,System.String,System.Int32)"]

port
Type: SystemInt32

[Missing <param name="port"/> documentation for "M:BlackBerry.Workspaces.NetworkConnectionManager.TestConnectionSettings(BlackBerry.Workspaces.Core.ProxyType,System.Boolean,System.String,System.String,System.String,System.Int32)"]

Return Value

Type: ConnectionError

[Missing <returns> documentation for "M:BlackBerry.Workspaces.NetworkConnectionManager.TestConnectionSettings(BlackBerry.Workspaces.Core.ProxyType,System.Boolean,System.String,System.String,System.String,System.Int32)"]

Implements

IConnectionTestConnectionSettings(ProxyType, Boolean, String, String, String, Int32)
See Also