nedcomp hosting homepage

Producten en diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

.NET Framework Class Library  

System.Runtime.Remoting.Channels.Http Namespace

The 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.

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

Namespace hierarchy

Classes

Class Description
HttpChannel Provides an implementation for a sender-receiver channel that uses the HTTP protocol to transmit messages.
HttpClientChannel Provides an implementation for a client channel 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 Provides an implementation for a server channel that uses the HTTP protocol to transmit messages.

See Also

.NET Framework Class Library