IAttachmentManger Interface

uuid(35dc7342-3d83-4b31-8552-f25a7e5c4792)

This manages the attachments for a particular request/response exchange.

 

Base Interface

ISoapAttachmentFormat

 

Methods, in vtable order (after base interface)

Name Description
DiskThreshold  [propget] The point where a received attachment is switch from in memory to on disk.
DiskThreshold  [propput]
Transport  [propget] The transport instance to send the attachments over.
Transport   The transport instance to send the attachments over.
Request  [propget] The collection of attachments that are for the outgoing request message
Response  [propget] The collection of attachments that were in the response.

 

When to Implement

There is a standard implementation of this.

 

When to Call

Call this interface to create attachments for a request, and to examine attachments returned as part of the response.

 

See Also

The PocketSOAPAttachments Library | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.