C# 클래스 Microsoft.HockeyApp.Model.FeedbackAttachment

상속: IFeedbackAttachment
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FeedbackAttachment ( string fileName, byte dataBytes, string contentType ) : System.IO

LoadAttachmentFromServer ( ) : Task

Load attachment to local storage

메소드 상세

FeedbackAttachment() 공개 메소드

public FeedbackAttachment ( string fileName, byte dataBytes, string contentType ) : System.IO
fileName string
dataBytes byte
contentType string
리턴 System.IO

LoadAttachmentFromServer() 공개 메소드

Load attachment to local storage
public LoadAttachmentFromServer ( ) : Task
리턴 Task