AddStandardResilienceHandler: StreamContent behavior #6735
Unanswered
NKnusperer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, what happens to the backing
Stream
when uploading binary data usingStreamContent
if a transient connection error occurs ?If the stream is seekable, will it be rewound (e.g.
stream.Position = 0
) before retrying?Beta Was this translation helpful? Give feedback.
All reactions