Soap.InvokeRegistry.TSOAPHeader.Actor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Actor: InvString read FActor write FActor;

C++

__property InvString Actor = {read=FActor, write=FActor};

Properties

Type Visibility Source Unit Parent
property public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TSOAPHeader

Description

Identifies the agent to which the header is directed.

Actor is the URI to which the header is directed. Set Actor to indicate the ultimate target of a header you are sending. Read Actor to determine whether a header the application receives is supposed to be handled by the application rather than merely passed on to the next processor.

Note: When the Actor property of a received header identifies this application and the application raises an exception concerning that header (such as a MustUnderstand fault for a header that it does not know how to handle), the value of Actor should become the value of the FaultActor property on the ERemotableException object.

See Also