示例#1
0
 public HttpService(HttpServiceParametersDTO parameters, OptionalHttpServiceParametersDTO optional)
 {
     this._parameters         = parameters;
     this._optionalParameters = optional;
 }
示例#2
0
 public HttpService(HttpServiceParametersDTO parameters) : this(parameters, null)
 {
 }