[]
Configurates RequestHeaders. Sets an object containing request headers to be used when sending or requesting data. The most typical use for this property is in scenarios where authentication is required.
public TBuilder RequestHeader(string key, object value)
Type | Name | Description |
---|---|---|
string | key | The key of one request header. |
object | value | The value of the request header. |
Type | Description |
---|---|
TBuilder | Current builder. |