HttpChannel 属性

本主题介绍一项传统技术,保留该技术是为了向后兼容现有的应用程序,不建议对新的开发使用该技术。现在应该使用  Windows Communication Foundation (WCF) 来开发分布式应用程序。

本主题列出受 HttpChannel 信道支持的属性。HttpChannel 包含 HttpServerChannelHttpClientChannel,因此它同时支持这两个信道的属性。

有关下列属性的更多信息,请参见客户端信道属性

  • allowAutoRedirect

  • clientConnectionLimit

  • connectionGroupName

  • credentials

  • domain

  • password

  • proxyName

  • proxyPort

  • timeout

  • unsafeAuthenticatedConnectionSharing

  • useAuthenticatedConnectionSharing

  • useDefaultCredentials

  • username

有关下列属性的更多信息,请参见服务器信道属性

  • bindTo

  • exclusiveAddressUse

  • listen

  • port

  • suppressChannelData

  • useIpAddress

有关下列属性的更多信息,请参见常规信道属性

  • machineName

  • name

  • priority

另请参见

任务

如何:在配置文件中配置信道
如何:以编程方式配置信道

概念

HttpServerChannel 属性
HttpClientChannel 属性