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
returnawaitmatch.Response.Clone();// we clone because if the response is used more than one time, the content stream has been read and can't be read again
135
+
varclonedResponse=awaitmatch.Response.Clone();// we clone because if the response is used more than one time, the content stream has been read and can't be read again
0 commit comments