See Also

Datagram Class  | Datagram Members

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

See Also Languages PowerTCP SSL Sockets for .NET

Sent Property

Dart.PowerTCP.SslSockets Namespace > Datagram Class : Sent Property (Datagram)

Indicates whether the data was sent or received.

[Visual Basic]
Public ReadOnly Property Sent As Boolean
[C#]
public bool Sent {get;}
[C++]
public: __property bool get_Sent();
[C++/CLI]
public: property bool Sent {    bool get(); }

Return Type

true if the data was sent, false otherwise.

Remarks

When using the Tcp component, all data sent or received with Send or Receive will return a Segment object. The Sent property indicates whether data was sent or received. If this property is true, then the Segment object was created because data was sent; false, the Segment object was created because data was received.

When using the Udp component, all data sent or received with Send or Receive will return a Datagram object. The Sent property indicates whether data was sent or received. If this property is true, then the Datagram object was created because data was sent; false, the Datagram object was created because data was received.

When using other PowerTCP components, a Segment or Datagram object is made available to describe data sent or received, often in a Trace event. Access the Sent property to determine if the Trace event was raised because data was sent or received.

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

Datagram Class  | Datagram Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.