Méthode | Description | |
---|---|---|
Abort ( ) : void | ||
Delete ( string uri ) : |
||
Dispose ( ) : void | ||
GenerateBoundary ( ) : byte[] | ||
Get ( string uri ) : |
||
GetAssetBundle ( string uri ) : |
||
GetAssetBundle ( string uri, |
||
GetAssetBundle ( string uri, uint crc ) : |
||
GetAssetBundle ( string uri, uint version, uint crc ) : |
||
GetResponseHeaders ( ) : string>.Dictionary |
||
GetTexture ( string uri ) : |
||
GetTexture ( string uri, bool nonReadable ) : |
||
Head ( string uri ) : |
||
Post ( string uri, string>.Dictionary |
||
Post ( string uri, List |
||
Post ( string uri, List |
||
Post ( string uri, WWWForm formData ) : UnityWebRequest | ||
Post ( string uri, string postData ) : UnityWebRequest | ||
Put ( string uri, byte bodyData ) : UnityWebRequest | ||
Put ( string uri, string bodyData ) : UnityWebRequest | ||
Send ( ) : AsyncOperation | ||
SerializeFormSections ( List |
||
SerializeSimpleForm ( string>.Dictionary |
||
SetRequestHeader ( string name, string value ) : void | ||
UnityWebRequest ( ) : System | ||
UnityWebRequest ( string url ) : System | ||
UnityWebRequest ( string url, string method ) : System | ||
UnityWebRequest ( string url, string method, DownloadHandler downloadHandler, UploadHandler uploadHandler ) : System |
Méthode | Description | |
---|---|---|
ContainsForbiddenCharacters ( string s, int firstAllowedCharCode ) : bool | ||
GetErrorDescription ( UnityWebRequestError errorCode ) : string | ||
GetRequestHeader ( string name ) : string | ||
GetResponseHeader ( string name ) : string | ||
InternalAbort ( ) : void | ||
InternalBegin ( ) : |
||
InternalCreate ( ) : void | ||
InternalDestroy ( ) : void | ||
InternalGetCustomMethod ( ) : string | ||
InternalGetError ( ) : int | ||
InternalGetMethod ( ) : int | ||
InternalGetResponseHeaderKeys ( ) : string[] | ||
InternalGetUrl ( ) : string | ||
InternalSetCustomMethod ( string customMethodName ) : void | ||
InternalSetDefaults ( ) : void | ||
InternalSetMethod ( UnityWebRequestMethod methodType ) : void | ||
InternalSetRequestHeader ( string name, string value ) : void | ||
InternalSetUrl ( string url ) : void | ||
IsHeaderNameLegal ( string headerName ) : bool | ||
IsHeaderValueLegal ( string headerValue ) : bool |
public static Delete ( string uri ) : |
||
uri | string | |
Résultat |
public static GenerateBoundary ( ) : byte[] | ||
Résultat | byte[] |
public static Get ( string uri ) : |
||
uri | string | |
Résultat |
public static GetAssetBundle ( string uri ) : |
||
uri | string | |
Résultat |
public static GetAssetBundle ( string uri, |
||
uri | string | |
hash | ||
crc | uint | |
Résultat |
public static GetAssetBundle ( string uri, uint crc ) : |
||
uri | string | |
crc | uint | |
Résultat |
public static GetAssetBundle ( string uri, uint version, uint crc ) : |
||
uri | string | |
version | uint | |
crc | uint | |
Résultat |
public GetResponseHeaders ( ) : string>.Dictionary |
||
Résultat | string>.Dictionary |
public static GetTexture ( string uri ) : |
||
uri | string | |
Résultat |
public static GetTexture ( string uri, bool nonReadable ) : |
||
uri | string | |
nonReadable | bool | |
Résultat |
public static Head ( string uri ) : |
||
uri | string | |
Résultat |
public static Post ( string uri, string>.Dictionary |
||
uri | string | |
formFields | string>.Dictionary | |
Résultat |
public static Post ( string uri, List |
||
uri | string | |
multipartFormSections | List |
|
Résultat |
public static Post ( string uri, List |
||
uri | string | |
multipartFormSections | List |
|
boundary | byte | |
Résultat |
public static Post ( string uri, WWWForm formData ) : UnityWebRequest | ||
uri | string | |
formData | WWWForm | |
Résultat | UnityWebRequest |
public static Post ( string uri, string postData ) : UnityWebRequest | ||
uri | string | |
postData | string | |
Résultat | UnityWebRequest |
public static Put ( string uri, byte bodyData ) : UnityWebRequest | ||
uri | string | |
bodyData | byte | |
Résultat | UnityWebRequest |
public static Put ( string uri, string bodyData ) : UnityWebRequest | ||
uri | string | |
bodyData | string | |
Résultat | UnityWebRequest |
public static SerializeFormSections ( List |
||
multipartFormSections | List |
|
boundary | byte | |
Résultat | byte[] |
public static SerializeSimpleForm ( string>.Dictionary |
||
formFields | string>.Dictionary | |
Résultat | byte[] |
public SetRequestHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
Résultat | void |
public UnityWebRequest ( string url ) : System | ||
url | string | |
Résultat | System |
public UnityWebRequest ( string url, string method ) : System | ||
url | string | |
method | string | |
Résultat | System |
public UnityWebRequest ( string url, string method, DownloadHandler downloadHandler, UploadHandler uploadHandler ) : System | ||
url | string | |
method | string | |
downloadHandler | DownloadHandler | |
uploadHandler | UploadHandler | |
Résultat | System |