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 16, 2016
1 parent 79b3093 commit 328825f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected void InitializeHttpClient(HttpClientHandler httpClientHandler, params
}

//A mehtod to set user agent
public bool SetUserAgent(string produtName)
public bool SetUserAgent(string productName)
{
if(!_disposed && HttpClient != null)
{
Expand All @@ -227,7 +227,7 @@ public bool SetUserAgent(string produtName)

//Another method to setuseragent and it's version

public bool SetUserAgent(string produtName,string version)
public bool SetUserAgent(string productName,string version)
{
if(!_disposed && HttpClient != null)
{
Expand Down

0 comments on commit 328825f

Please sign in to comment.