System.Net.HttpClient.ENetHTTPException

From RAD Studio API Documentation
Jump to: navigation, search

System.Net.URLClient.ENetURIExceptionSystem.Net.URLClient.ENetExceptionSystem.SysUtils.ExceptionSystem.TObjectENetHTTPException

Delphi

ENetHTTPException = class(ENetURIException);

C++

class PASCALIMPLEMENTATION ENetHTTPException : public System::Net::Urlclient::ENetURIException

Properties

Type Visibility Source Unit Parent
class public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient System.Net.HttpClient

Description

Exception related to the HTTP protocol.

See Also