PowerTCP Mail for .NET
Available Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > SegmentedStream Class : Available Property




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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Available As Integer
Visual Basic (Usage)Copy Code
Dim instance As SegmentedStream
Dim value As Integer
 
value = instance.Available
C# 
public int Available {get;}
Managed Extensions for C++ 
public: __property int get_Available();
C++/CLI 
public:
property int Available {
   int get();
}

Property Value

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

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

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.