BlitsMe.TransportEmulator.ProxyTransportManager.CloseTunnel C# (CSharp) Method

CloseTunnel() public method

public CloseTunnel ( IUDPTunnel tunnel ) : void
tunnel IUDPTunnel
return void
        public void CloseTunnel(IUDPTunnel tunnel)
        {
            throw new NotImplementedException();
        }