'Declaration Protected Function ObtainChannelPayload(Of PayloadType As {New, ChannelPayload})( _ ByVal packet As SSHPacket, _ ByRef channel As SSHConnectionProtocolChannel _ ) As PayloadType
'Usage Dim instance As SSHConnectionProtocol Dim packet As SSHPacket Dim channel As SSHConnectionProtocolChannel Dim value As PayloadType value = instance.ObtainChannelPayload(Of PayloadType)(packet, channel)
protected PayloadType ObtainChannelPayload<PayloadType>( SSHPacket packet, out SSHConnectionProtocolChannel channel ) where PayloadType: new(), ChannelPayload
Parameters
- packet
- channel
Type Parameters
- PayloadType