![]() |
Relay() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Function |
Declared in: TCPRelayHTTP.h |
virtual BOOL Relay( IP aBindAddress, unsigned short usBindPort, IP aDestinationAddress, unsigned short usDestinationPort);
try { //Are we running if (IsRunning()) return FALSE; //Save the addresses m_sBindAddress=CSpoofBase::LongToStdString(aBindAddress); m_sTargetAddress=CSpoofBase::LongToStdString(aDestinationAddress); //Delegate the call return CTCPRelay::Relay(aBindAddress, usBindPort, aDestinationAddress, usDestinationPort); } ERROR_HANDLER_RETURN("Relay",FALSE)
![]() |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |