See Also

Trace Class  | Trace Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

container
The IContainer which contains the object.
See Also Languages PowerTCP SSL Sockets for .NET

Trace Constructor(IContainer)

Dart.PowerTCP.SslSockets Namespace > Trace Class > Trace Constructor : Trace Constructor(IContainer)

Initializes a new instance of the Trace class.

[Visual Basic]
Public Function New( _    ByVal container As IContainer _ )
[C#]
public Trace(    IContainer container );
[C++]
public: Trace(    IContainer* container )
[C++/CLI]
public: Trace(    IContainer^ container )

Parameters

container
The IContainer which contains the object.

Remarks

Use this constructor to add the Trace component to the IContainer container.

To create an instance of the Trace component using Visual Studio.NET, simply add the Trace component to the form and the object will automatically be created and initialized. If working out of the Visual Studio.NET environment (or using the Trace component as a reference), the Trace component will have to be explicitly created and initialized.

The following table shows initial property values for an instance of Trace.

Property Initial Value
DoEvents true
HopType HopType.SynchronousHops
MaxHops 30
Timeout 3000

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Trace Class  | Trace Members  | Overload List


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.