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

Count Property

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

The amount of bytes that were sent/received.

[Visual Basic]
Public ReadOnly Property Count As Integer
[C#]
public int Count {get;}
[C++]
public: __property int get_Count();
[C++/CLI]
public: property int Count {    int get(); }

Return Type

An integer value representing the amount of bytes that were sent/received.

Remarks

When using the Tcp component, using Send or Receive will return a Segment object. The amount of bytes transferred is available through Offset.

When using the Udp component, using Send or Receive will return a Datagram object. The amount of bytes transferred is available through Offset.

When using other PowerTCP components, a Segment or Datagram object (which one depends on if TCP or UDP is used as the transport protocol) is made available to describe data sent or received, often in a Trace event. The Count or Count property contains the amount of bytes transferred.

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.