C# Class Cirrious.MvvmCross.Plugins.Network.Rest.MvxMultiPartFormRestRequest.MemoryStreamForUpload

Inheritance: StreamForUpload
Afficher le fichier Open project: Everbridge/sm-MvvmCross

Méthodes publiques

Méthode Description
MemoryStreamForUpload ( string fieldName, string fileName, string contentType, MemoryStream memoryStream ) : System
MemoryStreamForUpload ( string fieldName, string fileName, string contentType, byte bytes ) : System
WriteTo ( Stream stream ) : void

Method Details

MemoryStreamForUpload() public méthode

public MemoryStreamForUpload ( string fieldName, string fileName, string contentType, MemoryStream memoryStream ) : System
fieldName string
fileName string
contentType string
memoryStream System.IO.MemoryStream
Résultat System

MemoryStreamForUpload() public méthode

public MemoryStreamForUpload ( string fieldName, string fileName, string contentType, byte bytes ) : System
fieldName string
fileName string
contentType string
bytes byte
Résultat System

WriteTo() public méthode

public WriteTo ( Stream stream ) : void
stream Stream
Résultat void