다음을 통해 공유


IAttachments 인터페이스

정의

첨부 파일 작업.

public interface IAttachments
type IAttachments = interface
Public Interface IAttachments
파생

메서드

GetAttachmentInfoWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

GetAttachmentInfo.

GetAttachmentWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

GetAttachment.

확장 메서드

GetAttachment(IAttachments, String, String)

첨부 파일 작업.

GetAttachmentAsync(IAttachments, String, String, CancellationToken)

GetAttachment.

GetAttachmentInfo(IAttachments, String)

첨부 파일 작업.

GetAttachmentInfoAsync(IAttachments, String, CancellationToken)

GetAttachmentInfo.

GetAttachmentStream(IAttachments, String, String)

첨부 파일 작업.

GetAttachmentStreamAsync(IAttachments, String, String, CancellationToken)

첨부 파일 작업.

적용 대상