Indy 9
|
TIdSocksResponse = record Version: Byte; OpCode: Byte; Port: Word; IpAddr: TIdInAddr; end;
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.