Xceed .NET Libraries Documentation
Read(Stream,ICollection<String>) Method


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace > SSHNameList Class > Read Method : Read(Stream,ICollection<String>) Method
Syntax
'Declaration
 
Public Overloads Shared Function Read( _
   ByVal stream As Stream, _
   ByVal names As ICollection(Of String) _
) As Integer
'Usage
 
Dim stream As Stream
Dim names As ICollection(Of String)
Dim value As Integer
 
value = SSHNameList.Read(stream, names)
public static int Read( 
   Stream stream,
   ICollection<string> names
)

Parameters

stream
names
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

SSHNameList Class
SSHNameList Members
Overload List