See Also

SegmentedStream Class  | SegmentedStream Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP Email Validation for .NET

Available Property

Dart.PowerTCP.EmailValidation Namespace > SegmentedStream Class : Available Property (SegmentedStream)

Gets the amount of bytes of data that has been received from the network and is available to be read.

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

Remarks

A positive number indicates that data has been received from the network. Call SegmentedStream.Read to access this data. 0 indicates that no data is available to be read.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

SegmentedStream Class  | SegmentedStream Members


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.