Xceed .NET Libraries Documentation
Read(Stream,Encoding,Int32) Method


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace > SSHString Structure > Read Method : Read(Stream,Encoding,Int32) Method
Syntax
'Declaration
 
Public Overloads Shared Function Read( _
   ByVal stream As Stream, _
   ByVal encoding As Encoding, _
   ByRef count As Integer _
) As String
'Usage
 
Dim stream As Stream
Dim encoding As Encoding
Dim count As Integer
Dim value As String
 
value = SSHString.Read(stream, encoding, count)
public static string Read( 
   Stream stream,
   Encoding encoding,
   ref int count
)

Parameters

stream
encoding
count
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SSHString Structure
SSHString Members
Overload List