You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to set HttpMethod in a WebRequest requires creating a new HttpMethod object via the wrapper constructor, passing the native enum value to it. Couldn't it be made easier, hard-coding the equivalent values into the wrapper?