Share via


SoapFilter.Trace Method (String, XmlElement)

Adds a trace entry, using the specified description and 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(description As String, _
            content As XmlElement)
            MyBase.Trace(description, content)
        End Sub
End Class

Syntax

'Declaration
Overloads Protected Friend Sub Trace( _
    ByVal description As String, _
    ByVal content As XmlElement _
)
protected internal void Trace(
    string description, 
    XmlElement content
);
public protected:
void Trace(
    String^ description,
    XmlElement^ content
);
protected void Trace(
    System.String description, 
    XmlElement content
);
protected internal function Trace(
     description : String, 
     content : XmlElement
) : Void;

Parameters

  • description
    The description for the trace entry.
  • 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