Soap.Rio.TRIO.OnSendAttachment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSendAttachment: TOnSendAttachmentEvent read FOnSendAttachment write FOnSendAttachment;

C++

__property Soap::Soapattachintf::TOnSendAttachmentEvent OnSendAttachment = {read=FOnSendAttachment, write=FOnSendAttachment};

Properties

Type Visibility Source Unit Parent
event published
Soap.Rio.pas
Soap.Rio.hpp
Soap.Rio TRIO

Description

Occurs when TRIO sends each attachment that is the value of an argument of the method call on the invokable interface.

Write an OnSendAttachment event handler to examine or alter the attachments that are to be included in a request message that represents a method call. OnSendAttachment occurs once for each attachment sent with the request message to the Web Service provider. All OnSendAttachment events occur after the OnBeforeExecute event.

See Also