Soap.HTTPUtil.IStreamLoader.SetUserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetUserName(const UserName: string);

C++

virtual void __fastcall SetUserName(const System::UnicodeString UserName) = 0 ;

Properties

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

Description

Sets the value of the UserName property.

SetUserName is the write implementation for the UserName property.

UserName is the user name to use when connecting to the server that hosts the WSDL document.

See Also