Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SshTcpIpForwardPayload Class / Read Method


In This Topic
    Read Method (SshTcpIpForwardPayload)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Read( _
       ByVal data As Stream _
    ) 
    'Usage
     
    Dim instance As SshTcpIpForwardPayload
    Dim data As Stream
     
    instance.Read(data)
    public void Read( 
       Stream data
    )

    Parameters

    data
    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