Share via


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
ms870836.pubmethod(en-US,CS.70).gif OrderServiceAgent(String) Initializes a new instance of the OrderServiceAgent class for communicating with a specific Web service.
ms870836.pubmethod(en-US,CS.70).gif OrderServiceAgent(Uri) Initializes a new instance of the OrderServiceAgent class for communicating with a specific Web service.
ms870836.pubmethod(en-US,CS.70).gif OrderServiceAgent(String, array<String>[]()[]) Initializes a new instance of the OrderServiceAgent class for communicating with a specific Web service.
ms870836.pubmethod(en-US,CS.70).gif OrderServiceAgent(Uri, array<String>[]()[]) Initializes a new instance of the OrderServiceAgent class for communicating with a specific Web service.
ms870836.pubmethod(en-US,CS.70).gif OrderServiceAgent(String, array<String>[]()[], IPromptForCredentials) Initializes a new instance of the OrderServiceAgent class for communicating with a specific Web service.
ms870836.pubmethod(en-US,CS.70).gif 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.

See Also

Reference

OrderServiceAgent Class

OrderServiceAgent Members

Microsoft.CommerceServer.Orders Namespace