See Also

SegmentedStream Class  | SegmentedStream Members  | Overload List

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

delimiter
The sequence to find.
See Also Languages PowerTCP SSL Sockets for .NET

Read(String) Method

Dart.PowerTCP.SslSockets Namespace > SegmentedStream Class > Read Method : Read(String) Method

Reads stream, accumulating string data, until delimiter is reached or timeout is reached.

[Visual Basic]
Overloads Public Function Read( _    ByVal delimiter As String _ ) As String
[C#]
public string Read(    string delimiter );
[C++]
public: string* Read(    string* delimiter )
[C++/CLI]
public: String^ Read(    String^ delimiter )

Parameters

delimiter
The sequence to find.

Return Type

The accumulated string data read from the stream.

Remarks

This method is useful when implementing high-level protocols.

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

SegmentedStream Class  | SegmentedStream Members  | Overload List


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.