BCHttpProvider Constructor (String, String, String, IWin32Window) |
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: 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
)
Public Sub New (
url As String,
username As String,
password As String,
owner As IWin32Window
)
public:
BCHttpProvider(
String^ url,
String^ username,
String^ password,
IWin32Window^ owner
)
new :
url : string *
username : string *
password : string *
owner : IWin32Window -> BCHttpProvider
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