WcfUserAgent 1.0.1

dotnet add package WcfUserAgent --version 1.0.1
NuGet\Install-Package WcfUserAgent -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WcfUserAgent" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WcfUserAgent --version 1.0.1
#r "nuget: WcfUserAgent, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WcfUserAgent as a Cake Addin
#addin nuget:?package=WcfUserAgent&version=1.0.1

// Install WcfUserAgent as a Cake Tool
#tool nuget:?package=WcfUserAgent&version=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

&lt;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

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 2,353 6/10/2012
1.0.0 1,241 6/7/2012