WebServicesClientProtocol.ResponseSoapContext Property
Gets security, routing, and other XML Web services architecture-specific information that is associated with a SOAP response.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim webServicesClientProtocol1 As WebServicesClientProtocol
Dim returnValue As SoapContext
returnValue = webServicesClientProtocol1.ResponseSoapContext
Syntax
'Declaration
Public ReadOnly Property ResponseSoapContext() As SoapContext
public SoapContext ResponseSoapContext {get;}
public:
property SoapContext^ ResponseSoapContext {
SoapContext^ get();
}
public SoapContext get_ResponseSoapContext();
public function get ResponseSoapContext() : SoapContext;
Property Value
A SoapContext that contains information about a SOAP response.
Remarks
XML Web services clients use the ResponseSoapContext property to get properties of the SoapContext that are associated with SOAP responses. The SoapContext provides access to the contents of SOAP headers that are defined in the WS-Security and WS-Routing specifications. For instance, the Security property enables a client to provide authentication credentials, XML digital signatures, and encryption details that are sent in SOAP headers that are defined by WS-Security.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
WebServicesClientProtocol Class
WebServicesClientProtocol Members
Microsoft.Web.Services3 Namespace