System.Net.HttpClient.THTTPResponse.InternalGetAuthRealm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function InternalGetAuthRealm: string;

C++

System::UnicodeString __fastcall InternalGetAuthRealm(void);

Properties

Type Visibility Source Unit Parent
function protected
System.Net.HTTPClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPResponse

Description

Returns the Realm attribute from the Server/Proxy THTTPResponse.

See Also