ChocoPM.Services.RemoteChocolateyService.RemoteChocolateyService C# (CSharp) 메소드

RemoteChocolateyService() 공개 메소드

public RemoteChocolateyService ( ) : System
리턴 System
        public RemoteChocolateyService()
        {
            // Todo: All this URI to be swapped with other NuGet compatible APIs
            _service = new FeedContext_x0060_1(new Uri("http://chocolatey.org/api/v2"));
            _service.IgnoreResourceNotFoundException = true;
            _service.IgnoreMissingProperties = true;
        }