BaconographyWP8.PlatformServices.SimpleHttpService.SendGet C# (CSharp) Метод

SendGet() публичный Метод

public SendGet ( string cookie, string uri ) : Task
cookie string
uri string
Результат Task
        public Task<string> SendGet(string cookie, string uri)
        {
            return SendGet(cookie, uri, false); 
        }

Same methods

SimpleHttpService::SendGet ( string cookie, string uri, bool hasRetried ) : Task