DatStat Illume 4.5 SDK Class Reference

WebServiceContext.Connect Method 

Connects to the Illume DesignerService using the given user and password.

public void Connect(
   String user,
   String pwd,
   Boolean useWindowsAuth
);

Parameters

user
The user login name.
pwd
The password for the user login name.
useWindowsAuth
Boolean value that indicates if Windows authentication should be used instead of a user/password combination.

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace