RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
InvokeRegistry.eHeaderMethodType Enumeration

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

Pascal
eHeaderMethodType = (
  hmtAll,
  hmtRequest,
  hmtResponse
);
C++
enum eHeaderMethodType {
  hmtAll,
  hmtRequest,
  hmtResponse
};

InvokeRegistry

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.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!