Bir Yazilim Ltd Sti

Results 1 comments of Bir Yazilim Ltd Sti

try this, it is more robust than async concept... ``` private void GetServiceJSONDocument() { Microsoft.OpenApi.Models.OpenApiDocument JsonDoc = new Microsoft.OpenApi.Models.OpenApiDocument(); HttpWebResponse wresponse = GetServiceAPIRequest(false, SiteAPIURL).GetResponse() as HttpWebResponse; JsonDoc = new OpenApiStreamReader().Read(wresponse.GetResponseStream(),...