C# Class BlitsMe.TransportEmulator.ProxyTransportManager

Inheritance: ITransportManager
Afficher le fichier Open project: gwupe/Gwupe Class Usage Examples

Méthodes publiques

Свойство Type Description
PhysicalLayer System.Collections.Queue
PhysicalLayerLock object
proxy ProxyTransportManager
stopwatch Stopwatch

Méthodes publiques

Méthode Description
AddTunnel ( IUDPTunnel tunnel, int priority ) : void
Close ( ) : void
CloseTunnel ( IUDPTunnel tunnel ) : void
OnActive ( EventArgs e ) : void
OnInactive ( EventArgs e ) : void
ProxyTransportManager ( TransportForm transportForm, bool client ) : System
SendData ( IPacket packet ) : void
SetProxy ( ProxyTransportManager transportManager ) : void

Private Methods

Méthode Description
PhysicalLayerPump ( ) : void
ResetPeriod ( ) : void
SendToDestination ( IPacket packet ) : void

Method Details

AddTunnel() public méthode

public AddTunnel ( IUDPTunnel tunnel, int priority ) : void
tunnel IUDPTunnel
priority int
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CloseTunnel() public méthode

public CloseTunnel ( IUDPTunnel tunnel ) : void
tunnel IUDPTunnel
Résultat void

OnActive() public méthode

public OnActive ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnInactive() public méthode

public OnInactive ( EventArgs e ) : void
e System.EventArgs
Résultat void

ProxyTransportManager() public méthode

public ProxyTransportManager ( TransportForm transportForm, bool client ) : System
transportForm TransportForm
client bool
Résultat System

SendData() public méthode

public SendData ( IPacket packet ) : void
packet IPacket
Résultat void

SetProxy() public méthode

public SetProxy ( ProxyTransportManager transportManager ) : void
transportManager ProxyTransportManager
Résultat void

Property Details

PhysicalLayer public_oe property

public Queue,System.Collections PhysicalLayer
Résultat System.Collections.Queue

PhysicalLayerLock public_oe property

public object PhysicalLayerLock
Résultat object

proxy public_oe property

public ProxyTransportManager,BlitsMe.TransportEmulator proxy
Résultat ProxyTransportManager

stopwatch public_oe property

public Stopwatch stopwatch
Résultat Stopwatch