Initializes a new instance of the BCHttpProvider class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCHttpProvider(
	string url,
	string username,
	string password,
	IWin32Window owner
)
Visual Basic
Public Sub New ( _
	url As String, _
	username As String, _
	password As String, _
	owner As IWin32Window _
)
Visual C++
public:
BCHttpProvider(
	String^ url, 
	String^ username, 
	String^ password, 
	IWin32Window^ owner
)

Parameters

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

See Also