SoapFilter.Trace Method (XmlElement)

Adds a trace entry, using the specified content, to the current SOAP context if tracing is enabled.

Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Public Class soapFilterImplementation
    Inherits SoapFilter
        Protected Overrides Sub Trace(content As XmlElement)
            MyBase.Trace(content)
        End Sub
End Class

Syntax

'Declaration
Overloads Protected Friend Sub Trace( _
    ByVal content As XmlElement _
)
protected internal void Trace(
    XmlElement content
);
public protected:
void Trace(
    XmlElement^ content
);
protected void Trace(
    XmlElement content
);
protected internal function Trace(
     content : XmlElement
) : Void;

Parameters

  • content
    The content for the trace entry.

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

SoapFilter Class
SoapFilter Members
Microsoft.Web.Services3 Namespace