BaconographyW8.PlatformServices.SimpleHttpService.UnAuthedGet C# (CSharp) Method

UnAuthedGet() public method

public UnAuthedGet ( System cancelToken, string uri, Action progress ) : Task
cancelToken System
uri string
progress Action
return Task
        public Task<string> UnAuthedGet(System.Threading.CancellationToken cancelToken, string uri, Action<uint> progress)
        {
            throw new NotImplementedException();
        }
    }

Same methods

SimpleHttpService::UnAuthedGet ( string uri ) : Task