-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Netdoc-enhancementImprove the current contentImprove the current content
Milestone
Description
Some methods have different overloads with extended parameters.
For example
public Task<HttpResponseMessage> GetAsync(string requestUri);
public Task<HttpResponseMessage> GetAsync(string requestUri, HttpCompletionOption completionOption);
If completionOption
is unspecified, I have to go to the source codes to find the default value.
I hope the docs could cover these.
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Netdoc-enhancementImprove the current contentImprove the current content