Dijelite putem


OrderServiceAgent Constructor (String)

Initializes a new instance of the OrderServiceAgent class for communicating with a specific Web service.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public Sub New ( _
    serviceUrl As String _
)
'Usage
Dim serviceUrl As String

Dim instance As New OrderServiceAgent(serviceUrl)
public OrderServiceAgent(
    string serviceUrl
)
public:
OrderServiceAgent(
    String^ serviceUrl
)
public function OrderServiceAgent(
    serviceUrl : String
)

Parameters

  • serviceUrl
    Type: System..::.String
    The URL of the Web service this agent will run against.

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.

Permissions

See Also

Reference

OrderServiceAgent Class

OrderServiceAgent Members

OrderServiceAgent Overload

Microsoft.CommerceServer.Orders Namespace