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