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


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