Method | Description | |
---|---|---|
SendClientPacket ( this connection, |
Send a packet to the client end point of the IProxyConnection
|
|
SendServerPacket ( this connection, |
Send a packet to the server end point of the IProxyConnection
|
public static SendClientPacket ( this connection, |
||
connection | this | The connection |
packet | The packet which should be sent | |
return | void |
public static SendServerPacket ( this connection, |
||
connection | this | The connection |
packet | The packet which should be sent | |
return | void |