Click or drag to resize
BCHttpProvider Constructor (String, String, String, IWin32Window)
Initializes a new instance of the BCHttpProvider class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCHttpProvider(
	string url,
	string username,
	string password,
	IWin32Window owner
)

Parameters

url
Type: SystemString
The base URL for Web Access on the remote server (e.g. http://remote.com/meridian).
username
Type: SystemString
The name of the user to log in to Web Access on the remote server.
password
Type: SystemString
The password to log in to Web Access on the remote server.
owner
Type: System.Windows.FormsIWin32Window
Any object that implements the IWin32Window interface that represents the top-level window that will own the modal dialog box.
See Also