Property | Type | Description | |
---|---|---|---|
DestPort | int | ||
Hostname | string | ||
InboundDelegates | List | ||
LocalSessions | ClientSession>.Dictionary | ||
OutboundDelegates | List | ||
RemoteSessions | ClientSession>.Dictionary | ||
SrcPort | int |
Method | Description | |
---|---|---|
AddDelegate ( bool Outbound, byte type, PacketDelegate del ) : void | ||
Connect ( ) : void | ||
Proxy ( int srcPort, int destPort, |
||
SendPacket ( string IP, bool Outbound, Packet p ) : void |
Method | Description | |
---|---|---|
GetString ( byte b ) : string | ||
TCPThread ( ) : void |
public static AddDelegate ( bool Outbound, byte type, PacketDelegate del ) : void | ||
Outbound | bool | |
type | byte | |
del | PacketDelegate | |
return | void |
public Proxy ( int srcPort, int destPort, |
||
srcPort | int | |
destPort | int | |
listenaddr | ||
return | System |
public SendPacket ( string IP, bool Outbound, Packet p ) : void | ||
IP | string | |
Outbound | bool | |
p | Packet | |
return | void |
public static Dictionary |
||
return | List |
public static Dictionary |
||
return | List |