C# Class SimPlaza.UDProxy.UDP.UDPConnection

Afficher le fichier Open project: Gnu32/UDProxy

Méthodes publiques

Свойство Type Description
ExternalIP System.Net.IPAddress
MyClient System.Net.IPEndPoint
MyThread Thread
MyUDP System.Net.Sockets.UdpClient
TargetIP System.Net.IPAddress
TargetPorts List
TotalDown int
TotalUp int

Méthodes publiques

Méthode Description
HandleIncoming ( byte data, IPEndPoint sender ) : void
HandleOutgoing ( byte data ) : void
StreamLoop ( ) : void
TryBegin ( PacketReplyRequest &reply, IPEndPoint client ) : void

Private Methods

Méthode Description
DebugError ( string msg ) : void
DebugInfo ( string msg ) : void
DebugWarn ( string msg ) : void

Method Details

HandleIncoming() public static méthode

public static HandleIncoming ( byte data, IPEndPoint sender ) : void
data byte
sender System.Net.IPEndPoint
Résultat void

HandleOutgoing() public static méthode

public static HandleOutgoing ( byte data ) : void
data byte
Résultat void

StreamLoop() public static méthode

public static StreamLoop ( ) : void
Résultat void

TryBegin() public static méthode

public static TryBegin ( PacketReplyRequest &reply, IPEndPoint client ) : void
reply PacketReplyRequest
client System.Net.IPEndPoint
Résultat void

Property Details

ExternalIP public_oe static_oe property

public static IPAddress,System.Net ExternalIP
Résultat System.Net.IPAddress

MyClient public_oe static_oe property

public static IPEndPoint,System.Net MyClient
Résultat System.Net.IPEndPoint

MyThread public_oe static_oe property

public static Thread MyThread
Résultat Thread

MyUDP public_oe static_oe property

public static UdpClient,System.Net.Sockets MyUDP
Résultat System.Net.Sockets.UdpClient

TargetIP public_oe static_oe property

public static IPAddress,System.Net TargetIP
Résultat System.Net.IPAddress

TargetPorts public_oe static_oe property

public static List TargetPorts
Résultat List

TotalDown public_oe static_oe property

public static int TotalDown
Résultat int

TotalUp public_oe static_oe property

public static int TotalUp
Résultat int