public RestChannel(RestConfig restConfig, ClientContext clientContext) : base(clientContext) { _restConfig = restConfig; _restService = new RestService(_restConfig); }
protected RestBase(RestConfig restConfig) { RestConfig = restConfig; ServicePointManager.ServerCertificateValidationCallback = AcceptAllCertifications; SecucardTrace.Info(RestConfig.Url); }
public RestService(RestConfig restConfig) : base(restConfig) { }