System.Runtime.Remoting.Channels.Http.HttpChannel.StopListening C# (CSharp) Method

StopListening() private method

private StopListening ( Object data ) : void
data Object
return void
        public void StopListening(Object data)
        {
            _serverChannel.StopListening(data);
        } // StopListening