Soap.HTTPUtil.IStreamLoader.GetUserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetUserName: string;

C++

virtual System::UnicodeString __fastcall GetUserName() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Soap.HTTPUtil.pas
Soap.HTTPUtil.hpp
Soap.HTTPUtil IStreamLoader

Description

Returns the value of the UserName property.

GetUserName is the read implementation for the UserName property.

See Also