查阅WCF请求书内的HttpContextor
原标题:Access HttpContext inside WCF RequestInterceptor
问题回答
你们可以与协会联系。 NET s HttpContext within any WCF service Host in ASP. 每当你看看是否兼容时,网络就足够了。 采取两个步骤:
- Apply the AspNetCompatibilityRequirementsAttribute to your service class and set the RequirementsMode property to Required
通过以下组合确保你能够兼容:
<system.serviceModel> <serviceHostingEnvironment aspNetCompatibilityEnabled=”true” /> </system.serviceModel>
一旦您提出,你可以随时利用。 例如:
foreach(HttpCookie cookie in HttpContext.Current.Request.Cookies)
{
/* ... */
}
请注意,能够与伙伴关系的融合。 该网络的运行时间确实给每项请求带来一些额外的间接费用,因此,如果你不需要,你就能够挽救某些业绩,而不能让它使用该系统。 Service Model。 相反,网络运行时间。 查阅你使用http://msdn.microsoft.com/en-us/library/system.servicemodel.channels.httprequestmessageproperty.aspx” rel=“nofollow noreferer” HttpRequestResponseMessageProperty 和 HttpResponse MessageProperty 班级。
关于这一主题的更多信息,见。
相关问题
热门标签
- winforms
- combobox
- fogbugz
- java
- date
- internationalization
- asp.net
- iis
- url-rewriting
- urlrewriter
- c#
- enums
- ocaml
- haxe
- algorithm
- string
- viewstate
- .net
- c++
- c
- symbol-table
- mysql
- database
- postgresql
- licensing
- migration
- vb.net
- vb6
- declaration
- vb6-migration
- python
- psycopg2
- backup
- vmware
- virtualization
- gnu-screen
- authentication
- desktop
- excel
- xll
- cultureinfo
- regioninfo
- oracle
- client
- session
- download
- html
- virtual
- constructor
- scenarios
- perl
- full-text-search
- javascript
- ajax
- testing
- oop
- inheritance
- vim
- encapsulation
- information-hiding