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
/// <summary>This object represents the contents of a file to be uploaded. Must be posted using multipart/form-data in the usual way that files are uploaded via the browser</summary>
@@ -100,6 +103,9 @@ public InputFileStream() { }
100
103
101
104
/// <summary>Implicit operator, same as <see cref="InputFileStream(Stream,string)"/> without given filename</summary>
0 commit comments