Method | Description | |
---|---|---|
AddHeader ( string name, string value ) : void | ||
BuildRequestUrl ( IArrayFormatter arrayFormatter ) : string | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
HttpRequest ( SpeakEasy.Resource resource, IRequestBody body ) : System.Collections.Generic |
public AddHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public BuildRequestUrl ( IArrayFormatter arrayFormatter ) : string | ||
arrayFormatter | IArrayFormatter | |
return | string |
protected HttpRequest ( SpeakEasy.Resource resource, IRequestBody body ) : System.Collections.Generic | ||
resource | SpeakEasy.Resource | |
body | IRequestBody | |
return | System.Collections.Generic |