WebResponseResult {Microsoft.VisualBasic.Net.Http} .NET clr documentation

WebResponseResult

Description

Declare

            
# namespace Microsoft.VisualBasic.Net.Http
export class WebResponseResult {
   headers: ResponseHeaders;
   # the text content result data of the current web http request
   html: string;
   payload: string;
   timespan: integer;
   url: string;
}

        

.NET clr type reference tree

  1. use by property member headers: ResponseHeaders

[Package {$package} version {$version} Index]