OrderServiceAgent Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the OrderServiceAgent class.
Overload List
Name | Description | |
---|---|---|
OrderServiceAgent(String) | Initializes a new instance of the OrderServiceAgent class for communicating with a specific Web service. | |
OrderServiceAgent(Uri) | Initializes a new instance of the OrderServiceAgent class for communicating with a specific Web service. | |
OrderServiceAgent(String, array<String>[]()[]) | Initializes a new instance of the OrderServiceAgent class for communicating with a specific Web service. | |
OrderServiceAgent(Uri, array<String>[]()[]) | Initializes a new instance of the OrderServiceAgent class for communicating with a specific Web service. | |
OrderServiceAgent(String, array<String>[]()[], IPromptForCredentials) | Initializes a new instance of the OrderServiceAgent class for communicating with a specific Web service. | |
OrderServiceAgent(Uri, array<String>[]()[], IPromptForCredentials) | Initializes a new instance of the OrderServiceAgent class for communicating with a specific Web service. |
Top
Remarks
The OrderServiceAgent serves to abstract data from the user interface. The OrderServiceAgent provides authentication and SOAP proxy services when initialized to communicate with and authenticate against a Web service.