C# Class http.Client

Datei anzeigen Open project: ChrisOMetz/HTTPie.net Class Usage Examples

Public Methods

Method Description
GetResponse ( Options args ) : HttpWebResponse

Private Methods

Method Description
GetContentTypeOfFile ( string fileExtension ) : string
GetMultipartFormData ( object>.Dictionary postParameters, string boundary ) : byte[]

Method Details

GetResponse() public method

public GetResponse ( Options args ) : HttpWebResponse
args Options
return System.Net.HttpWebResponse