DynamicRest.RestClient.RestClient C# (CSharp) 메소드

RestClient() 공개 메소드

public RestClient ( string uriFormat, RestService service ) : System
uriFormat string
service RestService
리턴 System
        public RestClient(string uriFormat, RestService service)
        {
            _uriFormat = uriFormat;
            _service = service;
        }

Same methods

RestClient::RestClient ( string uriFormat, RestService service, string operationGroup, object>.Dictionary inheritedParameters ) : System