Skip to content

Commit 5c7673a

Browse files
committed
Updated the readme with SetRedirectLimit
1 parent c67c00d commit 5c7673a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ All these methods return the HttpRequest instance.
7272
##### Progress
7373
* `OnUploadProgress(Action<float> progress)`
7474
* `OnDownloadProgress(Action<float> progress)`
75+
##### Configure
76+
* `SetRedirectLimit(int redirectLimit)`
7577

7678
Progress events will invoke each time the progress value has increased, they are subject to Unity's documentation.
7779
* [Upload Progress Documentation](https://docs.unity3d.com/ScriptReference/Networking.UnityWebRequest-uploadProgress.html)

0 commit comments

Comments
 (0)