Dart.PowerTCP.SslSockets Namespace > SegmentedStream Class : Read Method (SegmentedStream) |
Read data from the stream into a byte array.
Read data from the stream into a string.
[Visual Basic] Overloads Public Function Read(Integer) As String
Read data from the stream into a string.[C++/CLI] public String^ Read(int);
[Visual Basic] Overloads Public Function Read() As String
[C++] public string* Read()
Read data from the stream until a delimiter is reached.[C++/CLI] public String^ Read()
Reads stream, accumulating string data, until delimiter is reached or timeout is reached.[C++/CLI] public String^ Read(String^,int,bool);
[Visual Basic] Overloads Public Function Read(String) As String
Read data from the stream until a byte array is filled.[C++/CLI] public String^ Read(String^);
Read data from the stream until a byte array is filled.
[Visual Basic] Overloads Public Function Read(Byte(),Boolean) As Integer
Read data from the stream.
Read data from the stream until one of the specified delimiters is found.
Read data from the stream until a delimiter is reached.
Reads at least one byte of data from the Stream and copies it into the provided buffer.
[Visual Basic] Overloads Public Function Read(Byte()) As Integer
[C++/CLI] public int Read(bytearray<buffer>^);
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
SegmentedStream Class | SegmentedStream Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.