SoapClientMessage.Client Property
.NET Framework (current version)
Gets an instance of the client proxy class, which derives from SoapHttpClientProtocol.
Assembly: System.Web.Services (in System.Web.Services.dll)
Property Value
Type: System.Web.Services.Protocols.SoapHttpClientProtocolAn instance of the client proxy class.
The Client property can be accessed during any SoapMessageStage.
The following code fragment is part of a SOAP extension that logs the SOAP messages sent and received by an XML Web service client. This particular fragment outputs to the log file the type of the proxy class, if it is MathSvc.
.NET Framework
Available since 1.1
Available since 1.1
Show: