AddHeader Method
Overloads
AddHeader(String, Object) |
Method for adding JSON RPC headers to a Request object |
AddHeader(String, Object)
Method for adding JSON RPC headers to a Request object
Declaration
public void AddHeader(string key, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Header key that should be added to request |
System.Object | value |
Header value that should be added to request |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!