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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.