Soap.InvokeRegistry.eHeaderMethodType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

eHeaderMethodType = (hmtAll, hmtRequest, hmtResponse);

C++

enum DECLSPEC_DENUM eHeaderMethodType : unsigned char { hmtAll, hmtRequest, hmtResponse };

Properties

Type Visibility Source Unit Parent
enum public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry Soap.InvokeRegistry

Description

eHeaderMethodType and THeaderMethodTypeArray indicate the types of messages that should include a given header type.

THeaderMethodTypeArray is a dynamic array of eHeaderMethodType values. The following table describes the possible eHeaderMethodType values:



Value Meaning

hmtAll

The header should be included in all messages pertaining to the invokable interface.

hmtRequest

The header should be included in request messages in which the client attempts to invoke the invokable interface.

hmtResponse

The header should be included in response message that the server returns after executing a method on the invokable interface.