C# Class socks5.Socks.SocksRequest

Show file Open project: ThrDev/Socks5 Class Usage Examples

Public Methods

Method Description
GetData ( bool NetworkToHostOrder ) : byte[]
SocksRequest ( StreamTypes type, AddressType addrtype, string address, int port ) : System

Method Details

GetData() public method

public GetData ( bool NetworkToHostOrder ) : byte[]
NetworkToHostOrder bool
return byte[]

SocksRequest() public method

public SocksRequest ( StreamTypes type, AddressType addrtype, string address, int port ) : System
type StreamTypes
addrtype AddressType
address string
port int
return System