ChocoPM.Services.RemoteChocolateyService.RemoteChocolateyService C# (CSharp) Method

RemoteChocolateyService() public method

public RemoteChocolateyService ( ) : System
return 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;
        }