SoapOutputFilter.AddEnvelopeNamespaceDeclaration Method

[To be supplied.]

Namespace: Microsoft.Web.Services2
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Public Class soapOutputFilterImplementation
    Inherits SoapOutputFilter
        Protected Overrides Sub AddEnvelopeNamespaceDeclaration(envelope As SoapEnvelope, _
            prefix As String, _
            namespaceUri As String)
            MyBase.AddEnvelopeNamespaceDeclaration(envelope, prefix, namespaceUri)
        End Sub
End Class

Syntax

'Declaration
Protected Sub AddEnvelopeNamespaceDeclaration( _
    ByVal envelope As SoapEnvelope, _
    ByVal prefix As String, _
    ByVal namespaceUri As String _
)
protected void AddEnvelopeNamespaceDeclaration(
    SoapEnvelope envelope, 
    string prefix, 
    string namespaceUri
);
protected: Void AddEnvelopeNamespaceDeclaration(
    SoapEnvelope^ envelope, 
    String^ prefix, 
    String^ namespaceUri
);
protected void AddEnvelopeNamespaceDeclaration(
    SoapEnvelope envelope, 
    System.String prefix, 
    System.String namespaceUri
);
protected function AddEnvelopeNamespaceDeclaration(
     envelope : SoapEnvelope, 
     prefix : String, 
     namespaceUri : String
);

Parameters

  • envelope
  • prefix
  • namespaceUri

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 Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

SoapOutputFilter Class
Microsoft.Web.Services2 Namespace

Other Resources

SoapOutputFilter Members