C# 클래스 Cirrious.MvvmCross.Plugins.Network.Rest.MvxMultiPartFormRestRequest.FileStreamForUpload

상속: StreamForUpload
파일 보기 프로젝트 열기: Everbridge/sm-MvvmCross

공개 메소드들

메소드 설명
FileStreamForUpload ( string fieldName, string fileName, string contentType, string path ) : System
WriteTo ( Stream stream ) : void

메소드 상세

FileStreamForUpload() 공개 메소드

public FileStreamForUpload ( string fieldName, string fileName, string contentType, string path ) : System
fieldName string
fileName string
contentType string
path string
리턴 System

WriteTo() 공개 메소드

public WriteTo ( Stream stream ) : void
stream Stream
리턴 void