Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
socks5
TCP
DataEventArgs
C# Class socks5.TCP.DataEventArgs
Inheritance:
System.EventArgs
Datei anzeigen
Open project: ThrDev/Socks5
Class Usage Examples
Public Methods
Method
Description
DataEventArgs
(
Client
client
,
byte
buffer
,
int
count
,
SocksRequest
req
= null ) :
System
Method Details
DataEventArgs()
public
method
public
DataEventArgs
(
Client
client
,
byte
buffer
,
int
count
,
SocksRequest
req
= null ) :
System
client
Client
buffer
byte
count
int
req
socks5.Socks.SocksRequest
return
System