public static UDPProxyServer GetInstance() { global::System.IntPtr cPtr = RakNetPINVOKE.UDPProxyServer_GetInstance(); UDPProxyServer ret = (cPtr == global::System.IntPtr.Zero) ? null : new UDPProxyServer(cPtr, false); return(ret); }
public virtual void OnWrongPassword(RakString usedPassword, UDPProxyServer proxyServerPlugin) { RakNetPINVOKE.UDPProxyServerResultHandler_OnWrongPassword(swigCPtr, RakString.getCPtr(usedPassword), UDPProxyServer.getCPtr(proxyServerPlugin)); if (RakNetPINVOKE.SWIGPendingException.Pending) { throw RakNetPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void OnAlreadyLoggedIn(RakString usedPassword, UDPProxyServer proxyServerPlugin) { RakNetPINVOKE.CSharp_RakNet_UDPProxyServerResultHandler_OnAlreadyLoggedIn(swigCPtr, RakString.getCPtr(usedPassword), UDPProxyServer.getCPtr(proxyServerPlugin)); if (RakNetPINVOKE.SWIGPendingException.Pending) { throw RakNetPINVOKE.SWIGPendingException.Retrieve(); } }
public override void OnNoPasswordSet(RakString usedPassword, UDPProxyServer proxyServerPlugin) { RaknetExtension.WriteInfo("▲▲▲OnNoPasswordSet"); }
public override void OnAlreadyLoggedIn(RakString usedPassword, UDPProxyServer proxyServerPlugin) { RaknetExtension.WriteInfo("▲▲▲OnAlreadyLoggedIn"); }
public override void OnLoginSuccess(RakString usedPassword, UDPProxyServer proxyServerPlugin) { RaknetExtension.WriteInfo("▲▲▲OnLoginSuccess"); }
internal RaknetUdpProxyServer() { udpProxyServer = new UDPProxyServer(); }
public static void DestroyInstance(UDPProxyServer i) { RakNetPINVOKE.UDPProxyServer_DestroyInstance(UDPProxyServer.getCPtr(i)); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UDPProxyServer obj) { return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr; }