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

HttpChannel() public method

public HttpChannel ( ) : System
return System
        public HttpChannel()
        {
            _clientChannel = new HttpClientChannel();
            _serverChannel = new HttpServerChannel();
        } // HttpChannel

Same methods

HttpChannel::HttpChannel ( IDictionary properties, IClientChannelSinkProvider clientSinkProvider, IServerChannelSinkProvider serverSinkProvider ) : System
HttpChannel::HttpChannel ( int port ) : System