DK11 for ActiveX | TatukGIS_XDK11.TGIS_HttpResponse | Classes | Methods | Properties
Http response.
// C# public class TGIS_HttpResponse : ITGIS_HttpResponse { }
' VisualBasic Public Class TGIS_HttpResponse Implements ITGIS_HttpResponse End Class
// Oxygene type TGIS_HttpResponse = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
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. | |