C# Class socks5.Socks.SocksRequest

Afficher le fichier Open project: ThrDev/Socks5 Class Usage Examples

Méthodes publiques

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

Method Details

GetData() public méthode

public GetData ( bool NetworkToHostOrder ) : byte[]
NetworkToHostOrder bool
Résultat byte[]

SocksRequest() public méthode

public SocksRequest ( StreamTypes type, AddressType addrtype, string address, int port ) : System
type StreamTypes
addrtype AddressType
address string
port int
Résultat System