HttpChannel Properties

This topic is specific to a legacy technology that is retained for backward compatibility with existing applications and is not recommended for new development. Distributed applications should now be developed using the Windows Communication Foundation (WCF).

This topic lists the properties supported by HttpChannel channel. HttpChannel contains both HttpServerChannel and HttpClientChannel and therefore supports the properties for both channels.

For more information about the following properties, see Client Channel Properties:

  • allowAutoRedirect

  • clientConnectionLimit

  • connectionGroupName

  • credentials

  • domain

  • password

  • proxyName

  • proxyPort

  • timeout

  • unsafeAuthenticatedConnectionSharing

  • useAuthenticatedConnectionSharing

  • useDefaultCredentials

  • username

For more information about the following properties, see Server Channel Properties:

  • bindTo

  • exclusiveAddressUse

  • listen

  • port

  • suppressChannelData

  • useIpAddress

For more information about the following properties, see General Channel Properties:

  • machineName

  • name

  • priority

See Also

Tasks

How to: Configure a Channel in a Configuration File
How to: Configure a Channel Programmatically

Concepts

HttpServerChannel Properties
HttpClientChannel Properties