C# Class Microsoft.HockeyApp.Model.FeedbackAttachment

Inheritance: IFeedbackAttachment
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FeedbackAttachment ( string fileName, byte dataBytes, string contentType ) : System.IO

LoadAttachmentFromServer ( ) : Task

Load attachment to local storage

Method Details

FeedbackAttachment() public méthode

public FeedbackAttachment ( string fileName, byte dataBytes, string contentType ) : System.IO
fileName string
dataBytes byte
contentType string
Résultat System.IO

LoadAttachmentFromServer() public méthode

Load attachment to local storage
public LoadAttachmentFromServer ( ) : Task
Résultat Task