C# Class WykopSharp.ByteFile

Mostrar archivo Open project: adiospl/WykopSharp Class Usage Examples

Public Properties

Property Type Description
MaxFileSize int

Public Methods

Method Description
ByteFile ( byte data, string fileName, string mimeType = null ) : System
ByteFile ( string filePath ) : System

Method Details

ByteFile() public method

public ByteFile ( byte data, string fileName, string mimeType = null ) : System
data byte
fileName string
mimeType string
return System

ByteFile() public method

public ByteFile ( string filePath ) : System
filePath string
return System

Property Details

MaxFileSize public_oe static_oe property

public static int MaxFileSize
return int