C# Class http.FileParameter

Datei anzeigen Open project: ChrisOMetz/HTTPie.net

Public Methods

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

Method Details

FileParameter() public method

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