Skip to content

Commit

Permalink
Update ServiceClient.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhivijay96 committed May 17, 2016
1 parent ca5a350 commit 2c27c28
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ protected void InitializeHttpClient(HttpClientHandler httpClientHandler, params
FirstMessageHandler = currentHandler;
HttpClient = newClient;
Type type = this.GetType();
//setting userAgentBelow is removed because now the client can set it using SetUserAgent method
HttpClient.DefaultRequestHeaders.UserAgent.Add(new ProductInfoHeaderValue(type.FullName,
GetClientVersion()));
}
Expand Down

0 comments on commit 2c27c28

Please sign in to comment.