Share via


SoapProxy Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the SOAP proxy object that the Agent is using to access the Web service.

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

Syntax

'Declaration
Public ReadOnly Property SoapProxy As SoapHttpClientProtocol
'Usage
Dim instance As ServiceAgent
Dim value As SoapHttpClientProtocol

value = instance.SoapProxy
public SoapHttpClientProtocol SoapProxy { get; }
public:
property SoapHttpClientProtocol^ SoapProxy {
    SoapHttpClientProtocol^ get ();
}
public function get SoapProxy () : SoapHttpClientProtocol

Property Value

Type: System.Web.Services.Protocols..::.SoapHttpClientProtocol
A Web service proxy object that extends SoapHttpClientProtocol.

Remarks

Types that inherit from ServiceAgent must implement the CreateProxy abstract method to create this object.

Permissions

See Also

Reference

ServiceAgent Class

ServiceAgent Members

Microsoft.CommerceServer Namespace