AddressingHeaders.RemoveXml Method
Removes the addressing headers contained in the AddressingHeaders object from the specified SoapEnvelope .
Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim envelope As SoapEnvelope
Dim addressingHeaders1 As AddressingHeaders
addressingHeaders1.RemoveXml(envelope)
Syntax
'Declaration
Public Sub RemoveXml( _
ByVal envelope As SoapEnvelope _
)
public void RemoveXml(
SoapEnvelope envelope
);
public:
void RemoveXml(
SoapEnvelope^ envelope
);
public void RemoveXml(
SoapEnvelope envelope
);
public function RemoveXml(
envelope : SoapEnvelope
) : Void;
Parameters
- envelope
The SoapEnvelope that the addressing headers are removed from.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | envelope is null . |
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
AddressingHeaders Class
AddressingHeaders Members
Microsoft.Web.Services3.Addressing Namespace