C# Class NHttp.HttpRequest

Show file Open project: brandonprry/Potato Class Usage Examples

Private Methods

Method Description
BuildParams ( ) : void
BuildServerVariables ( HttpClient client ) : void
CreateCollection ( string>.Dictionary headers ) : NameValueCollection
HttpRequest ( HttpClient client ) : System
Merge ( NameValueCollection target, NameValueCollection source ) : void
ParseContentDispositionItem ( string value ) : string
ParseHeaders ( HttpClient client ) : void
ParseMultiPartItems ( HttpClient client ) : void
ParsePath ( HttpClient client ) : void
ParseRemoteEndPoint ( HttpClient client ) : void