BlitsMe.TransportEmulator.ProxyTransportManager.CloseTunnel C# (CSharp) 메소드

CloseTunnel() 공개 메소드

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