Xceed .NET Libraries Documentation
BufferQueueInternal Field


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > SFtpPacketInputStream Class : BufferQueueInternal Field
Syntax
'Declaration
 
Protected BufferQueueInternal As Queue(Of Byte())
'Usage
 
Dim instance As SFtpPacketInputStream
Dim value As Queue(Of Byte())
 
value = instance.BufferQueueInternal
 
instance.BufferQueueInternal = value
protected Queue<byte[]> BufferQueueInternal
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

SFtpPacketInputStream Class
SFtpPacketInputStream Members