322
Downloads
294
Downloads of v 1.0.1
2012-06-10
Last update
Message Inspector for WCF to add Useragent header by configuration
1.0.1
.net 4, Can be compiled for different frameworks; See github project.
After adding package check servicemodel in app/web.config
Set your useragent and set add behaviorConfiguration to existing endpoints for WCF services which need a useragent
<endpoint behaviorConfiguration="AddUserAgent_Behaviour" &/gt;
Based on:
http://msmvps.com/blogs/paulomorgado/archive/2007/04/27/wcf-building-an-http-user-agent-message-inspector.aspx
To install Message Inspector for WCF to add Useragent header by configuration, run the following command in the Package Manager Console
PM> Install-Package WcfUserAgent
Owners
Authors
Tags
Dependencies
This package has no dependencies.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| Message Inspector for WCF to add Useragent header by configuration 1.0.1 | 294 | Sunday, June 10 2012 |
| Message Inspector for WCF to add Useragent header by configuration 1.0.0 | 28 | Thursday, June 07 2012 |