System.Runtime.Remoting.Channels.Http Namespace

Contains channels that use the HTTP protocol to transport messages and objects to and from remote locations. By default, the HTTP channels encode objects and method calls in SOAP format for transmission, but other encoding and decoding formatter sinks can be specified in the configuration properties of a channel. One of the most important classes of the System.Runtime.Remoting.Channels.Http namespace is the HttpChannel class.

Classes

HttpChannel

Implements a client channel for remote calls that uses the HTTP protocol to transmit messages.

HttpClientChannel

Implements a client channel for remote calls that uses the HTTP protocol to transmit messages.

HttpRemotingHandler

Implements an ASP.NET handler that forwards requests to the remoting HTTP channel.

HttpRemotingHandlerFactory

Initializes new instances of the HttpRemotingHandler class.

HttpServerChannel

Implements a server channel for remote calls that uses the HTTP protocol to transmit messages.

Remarks

The HttpChannel class combines the HttpClientChannel class and the HttpServerChannel class, and can be used to receive and send messages using the HTTP protocol.