Skip to main content
Version: 4.2.5

IAS2Payload Interface

Namespace: iCore.Public.AS2
Assembly: iCore.Public.AS2.dll

Represents a payload for an AS2 message.

public interface IAS2Payload : IDisposable

Implements IDisposable

Properties

NameDescription
ContentTypeGets content type of data to send.
DataEncodingGets the transfer encoding to be used to encode payload header.
FileNameGets the name of file to send.
FileCreatedGets the date the file to send was created.
FileModifiedGets the date the file to send was last modified.
DataStreamThe stream that holds the payload data.