Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SOCKS5ProxyClient Class / Handshake Method


Handshake Method (SOCKS5ProxyClient)
Syntax
'Declaration
 
Public Overrides Function Handshake( _
   ByVal socketStream As Stream, _
   ByVal hostName As String, _
   ByVal port As Integer _
) As Byte()
 
'Usage
 
Dim instance As SOCKS5ProxyClient
Dim socketStream As Stream
Dim hostName As String
Dim port As Integer
Dim value() As Byte
 
value = instance.Handshake(socketStream, hostName, 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