[]
Represents the information that can be used to modify or provide additional details for a web request, such as credentials and headers.
public class OnRequestInfo
The OnRequestInfo
class allows you to specify authentication credentials and HTTP headers that should be included in a web request.
Name | Description |
---|---|
OnRequestInfo() |
Name | Description |
---|---|
Credentials | Gets or sets the credentials used for authentication in the request. |
Headers | Gets or sets a dictionary containing headers that should be included with the request. |