Click or drag to resize

IConnectionSaveProxySettings Method

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

Namespace:  BlackBerry.Workspaces.Core
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
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.Core.IConnection.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.Core.IConnection.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.Core.IConnection.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.Core.IConnection.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.Core.IConnection.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.Core.IConnection.SaveProxySettings(BlackBerry.Workspaces.Core.ProxyType,System.String,System.String,System.String,System.Int32,System.Boolean)"]

See Also