DK11 for .NET | TatukGIS.NDK.TGIS_HttpResponse | Records | Fields
Http response.
// C# public struct TGIS_HttpResponse { }
' VisualBasic Public Structure TGIS_HttpResponse End Structure
// Oxygene type TGIS_HttpResponse = public record end;
Name | Visibility | Description | |
---|---|---|---|
ContentExpires | public | Content expires date in UTC. | |
ContentLength | public | Content length. | |
ContentType | public | Content type. | |
Headers | public | All headers CRLF separated | |
Status | public | Response status. | |
Stream | public | Stream with data. | |