'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)
Parameters
- socketStream
- hostName
- port