Xceed .NET Libraries Documentation
ReadFull(Stream,Byte[],Int32,Int32,Boolean) Method


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > SSHTransportLayerProtocol Class > ReadFull Method : ReadFull(Stream,Byte[],Int32,Int32,Boolean) Method
Syntax
'Declaration
 
Protected Overloads Function ReadFull( _
   ByVal stream As Stream, _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal toRead As Integer, _
   ByVal throwException As Boolean _
) As Integer
'Usage
 
Dim instance As SSHTransportLayerProtocol
Dim stream As Stream
Dim buffer() As Byte
Dim offset As Integer
Dim toRead As Integer
Dim throwException As Boolean
Dim value As Integer
 
value = instance.ReadFull(stream, buffer, offset, toRead, throwException)
protected int ReadFull( 
   Stream stream,
   byte[] buffer,
   int offset,
   int toRead,
   bool throwException
)

Parameters

stream
buffer
offset
toRead
throwException
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

SSHTransportLayerProtocol Class
SSHTransportLayerProtocol Members
Overload List