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

Inheritance: StreamForUpload
Show file Open project: Everbridge/sm-MvvmCross

Public Methods

Method 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 method

public MemoryStreamForUpload ( string fieldName, string fileName, string contentType, MemoryStream memoryStream ) : System
fieldName string
fileName string
contentType string
memoryStream System.IO.MemoryStream
return System

MemoryStreamForUpload() public method

public MemoryStreamForUpload ( string fieldName, string fileName, string contentType, byte bytes ) : System
fieldName string
fileName string
contentType string
bytes byte
return System

WriteTo() public method

public WriteTo ( Stream stream ) : void
stream Stream
return void