Gets or 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.
Declaration
public IDictionary<string, object> RequestHeaders { get; }