Internet Direct (Indy) Version 9.0.2 Beta
TIdSocksResponse
Contains response data received from the Socks proxy connection.

TIdSocksResponse = record
  Version: Byte;
  OpCode: Byte;
  Port: Word;
  IpAddr: TIdInAddr;
  end;
Description
TIdSocksResponse is a record type that represents a reply from a Socks proxy server.

Version is a Byte member that represents the Socks protocol version number used for the connection.

OpCode is a Byte member that identifies the action to performed using the connection.

Port is a Word member that identifies the Port number used for the client connection.

IpAddr is a TIdInAddr member that represents the structured IP address used for the client connection.

TIdSocksResponse is used internally in TIdTCPClient.