C# Class Microsoft.HockeyApp.Model.FeedbackAttachment

Inheritance: IFeedbackAttachment
ファイルを表示 Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FeedbackAttachment ( string fileName, byte dataBytes, string contentType ) : System.IO

LoadAttachmentFromServer ( ) : Task

Load attachment to local storage

Method Details

FeedbackAttachment() public method

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

LoadAttachmentFromServer() public method

Load attachment to local storage
public LoadAttachmentFromServer ( ) : Task
return Task