Property | Type | Description | |
---|---|---|---|
EOL | byte[] | ||
acceptGzip | bool | ||
bytes | byte[] | ||
exception | |||
isDone | bool | ||
maximumRetryCount | int | ||
method | string | ||
protocol | string | ||
response | |||
state | RequestState | ||
uri | |||
useCache | bool |
Property | Type | Description | |
---|---|---|---|
pathAndQuery | string |
Method | Description | |
---|---|---|
AddHeader ( string name, string value ) : void | ||
AddParameter ( string name, string value ) : void | ||
AddParameters ( string>.Dictionary |
||
GetHeader ( string name ) : string | ||
GetHeaders ( string name ) : List |
||
Request ( string method, string uri ) : UnityEngine | ||
Request ( string method, string uri, bool useCache ) : UnityEngine | ||
Request ( string method, string uri, byte bytes ) : UnityEngine | ||
Send ( ) : void | ||
SetHeader ( string name, string value ) : void | ||
SetParameter ( string name, string value ) : void | ||
SetParameters ( string>.Dictionary |
||
SetText ( |
||
SetText ( string value ) : void | ||
ValidateServerCertificate ( object sender, |
||
WriteToStream ( Stream outputStream ) : void |
Method | Description | |
---|---|---|
BuildQuery ( ) : string |
public AddHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public AddParameter ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public AddParameters ( string>.Dictionary |
||
parms | string>.Dictionary | |
return | void |
public Request ( string method, string uri ) : UnityEngine | ||
method | string | |
uri | string | |
return | UnityEngine |
public Request ( string method, string uri, bool useCache ) : UnityEngine | ||
method | string | |
uri | string | |
useCache | bool | |
return | UnityEngine |
public Request ( string method, string uri, byte bytes ) : UnityEngine | ||
method | string | |
uri | string | |
bytes | byte | |
return | UnityEngine |
public SetHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public SetParameter ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public SetParameters ( string>.Dictionary |
||
parms | string>.Dictionary | |
return | void |
public static ValidateServerCertificate ( object sender, |
||
sender | object | |
certificate | ||
chain | ||
sslPolicyErrors | SslPolicyErrors | |
return | bool |
public WriteToStream ( Stream outputStream ) : void | ||
outputStream | Stream | |
return | void |