Xceed .NET Libraries Documentation
Handshake Method (HttpProxyClient)


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > HttpProxyClient Class : Handshake Method
Syntax
'Declaration
 
Public Overrides Function Handshake( _

   ByVal socketStream As Stream, _

   ByVal hostName As String, _

   ByVal port As Integer _

) As Byte()
'Usage
 
Dim instance As HttpProxyClient

Dim socketStream As Stream

Dim hostName As String

Dim port As Integer

Dim value() As Byte

 

value = instance.Handshake(socketStream, hostName, port)
public override byte[] Handshake( 

   Stream socketStream,

   string hostName,

   int port

)

Parameters

socketStream
hostName
port
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

HttpProxyClient Class
HttpProxyClient Members
Base Implementation in Handshake