Click or drag to resize

NetworkConnectionManagerSaveProxySettings Method

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

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public void SaveProxySettings(
	ProxyType proxyType,
	string addr,
	string usr,
	string pass,
	int port,
	bool useCredentials
)

Parameters

proxyType
Type: BlackBerry.Workspaces.CoreProxyType

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

addr
Type: SystemString

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

usr
Type: SystemString

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

pass
Type: SystemString

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

port
Type: SystemInt32

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

useCredentials
Type: SystemBoolean

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

Implements

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