AuScGen.CommonUtilityPlugin.HttpRestClient.HttpRestClient C# (CSharp) Method

HttpRestClient() public method

Gets or sets the response code.
public HttpRestClient ( ) : System.Collections.Generic
return System.Collections.Generic
        public HttpRestClient()
        {
            client = new HttpClient();
        }