C# Class PerpetualEngine.HttpClient.FileParameter

Exibir arquivo Open project: perpetual-mobile/PerpetualEngine

Public Methods

Method Description
FileParameter ( byte file ) : System
FileParameter ( byte file, string filename ) : System
FileParameter ( byte file, string filename, string contenttype ) : System

Method Details

FileParameter() public method

public FileParameter ( byte file ) : System
file byte
return System

FileParameter() public method

public FileParameter ( byte file, string filename ) : System
file byte
filename string
return System

FileParameter() public method

public FileParameter ( byte file, string filename, string contenttype ) : System
file byte
filename string
contenttype string
return System