Web.HTTPApp.TWebRequest.UpdateMethodType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateMethodType;

C++

void __fastcall UpdateMethodType();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Provides the abstract prototype for a method to write a pure virtual method for updating the client method type.

Use UpdateMethodType to update the type of response that is requested by the Web client.

See Also