Class RCUnityWebRequest
Inheritance
RCUnityWebRequest
Syntax
public class RCUnityWebRequest : IRCUnityWebRequest
Properties
certificateHandler
Declaration
public CertificateHandler certificateHandler { get; set; }
Property Value
Implements
chunkedTransfer
Declaration
public bool chunkedTransfer { get; set; }
Property Value
Implements
disposeCertificateHandlerOnDispose
Declaration
public bool disposeCertificateHandlerOnDispose { get; set; }
Property Value
Implements
disposeDownloadHandlerOnDispose
Declaration
public bool disposeDownloadHandlerOnDispose { get; set; }
Property Value
Implements
disposeUploadHandlerOnDispose
Declaration
public bool disposeUploadHandlerOnDispose { get; set; }
Property Value
Implements
downloadedBytes
Declaration
public ulong downloadedBytes { get; }
Property Value
Implements
downloadHandler
Declaration
public DownloadHandler downloadHandler { get; set; }
Property Value
Implements
downloadProgress
Declaration
public float downloadProgress { get; }
Property Value
Implements
error
Declaration
public string error { get; }
Property Value
Implements
isDone
Declaration
public bool isDone { get; }
Property Value
Implements
isHttpError
Declaration
public bool isHttpError { get; }
Property Value
Implements
isModifiable
Declaration
public bool isModifiable { get; }
Property Value
Implements
isNetworkError
Declaration
public bool isNetworkError { get; }
Property Value
Implements
method
Declaration
public string method { get; set; }
Property Value
Implements
redirectLimit
Declaration
public int redirectLimit { get; set; }
Property Value
Implements
responseCode
Declaration
public long responseCode { get; }
Property Value
Implements
timeout
Declaration
public int timeout { get; set; }
Property Value
Implements
unityWebRequest
Declaration
public UnityWebRequest unityWebRequest { get; set; }
Property Value
Implements
uploadedBytes
Declaration
public ulong uploadedBytes { get; }
Property Value
Implements
uploadHandler
Declaration
public UploadHandler uploadHandler { get; set; }
Property Value
Implements
uploadProgress
Declaration
public float uploadProgress { get; }
Property Value
Implements
uri
Declaration
public Uri uri { get; set; }
Property Value
Implements
url
Declaration
public string url { get; set; }
Property Value
Implements
useHttpContinue
Declaration
public bool useHttpContinue { get; set; }
Property Value
Implements
Methods
Abort()
Declaration
Implements
Dispose()
Declaration
Implements
Declaration
public string GetRequestHeader(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
Implements
Declaration
public string GetResponseHeader(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
Implements
Declaration
public Dictionary<string, string> GetResponseHeaders()
Returns
Implements
SendWebRequest()
Declaration
public UnityWebRequestAsyncOperation SendWebRequest()
Returns
Implements
Declaration
public void SetRequestHeader(string name, string value)
Parameters
Implements
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.