Xceed .NET Libraries Documentation
SSHPacket<PayloadType> Constructor(PayloadType)


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace > SSHPacket<PayloadType> Class > SSHPacket<PayloadType> Constructor : SSHPacket<PayloadType> Constructor(PayloadType)
Syntax
'Declaration
 
Public Function New( _
   ByVal payload As PayloadType _
)
'Usage
 
Dim payload As PayloadType
 
Dim instance As New SSHPacket(Of PayloadType)(payload)
public SSHPacket<PayloadType>( 
   PayloadType payload
)

Parameters

payload
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

SSHPacket<PayloadType> Class
SSHPacket<PayloadType> Members
Overload List