System.Runtime.Remoting.Channels.Http.HttpChannel.HttpChannel C# (CSharp) 메소드

HttpChannel() 공개 메소드

public HttpChannel ( ) : System
리턴 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