Property | Type | Description | |
---|---|---|---|
LoadPlugins | IEnumerable |
Method | Description | |
---|---|---|
ApplyClientPacket ( |
Passed a packet sent by a client to the packet listeners
|
|
ApplyServerPacket ( |
Passed a packet sent by a server to the packet listeners
|
|
PluginManager ( IProxyServer server ) : System |
Creates a new instance of the plugin manager class
|
|
RegisterPacketListener ( IPacketListener listener ) : void |
Registers a new packet listener. The packet listener will be called when a packet should be redirected from one end point to the other
|
Method | Description | |
---|---|---|
LoadPlugins ( ) : IEnumerable |
public ApplyClientPacket ( |
||
args | A PacketReceivedEventArgs object containing information about the packet | |
return | void |
public ApplyServerPacket ( |
||
args | A PacketReceivedEventArgs object containing information about the packet | |
return | void |
public PluginManager ( IProxyServer server ) : System | ||
server | IProxyServer | the proxy server this plugin manager belongs to |
return | System |
public RegisterPacketListener ( IPacketListener listener ) : void | ||
listener | IPacketListener | The packet listener which should be called on incoming packets |
return | void |