Dart.PowerTCP.SslSockets Namespace > SegmentedStream Class : Trace Event (SegmentedStream) |
[Visual Basic]
Public Event Trace() As SegmentEventHandler
[C#]
public event SegmentEventHandler Trace();
[C++]
public: __event SegmentEventHandler* Trace();
[C++/CLI]
public:
event SegmentEventHandler^ Trace();
The event handler receives an argument of type SegmentEventArgs containing data related to this event. The following SegmentEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Exception | Gets any exception which occurred during the asynchronous operation. |
Segment | The Segment object referencing the data that was sent or received. |
State | Gets the object that was included as part of the associated method call. |
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
SegmentedStream Class | SegmentedStream Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.