C# Class SIREDocumentImporter.FilePart

Inheritance: MimePart
Mostra file Open project: Granicus/SIREDocumentImporter Class Usage Examples

Public Methods

Method Description
CopyTo ( Stream stream ) : void
FilePart ( Stream input, String name, String contentType ) : System

Method Details

CopyTo() public method

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

FilePart() public method

public FilePart ( Stream input, String name, String contentType ) : System
input Stream
name String
contentType String
return System