Initializes a new instance of the AuthenticationHeader class
Namespace:
QFEM_WebServicesAssembly: QFEM_WebServices (in QFEM_WebServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public AuthenticationHeader( int intCustomerID, string strUsername, string strPassword ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ intCustomerID As Integer, _ strUsername As String, _ strPassword As String _ ) |
Visual C++ |
---|
public: AuthenticationHeader( int intCustomerID, String^ strUsername, String^ strPassword ) |
Parameters
- intCustomerID
- Type: System..::.Int32
Quik! Account Customer ID
- strUsername
- Type: System..::.String
Quik! Account Username
- strPassword
- Type: System..::.String
Quik! Account Password