Method GetResponseHeaders
GetResponseHeaders()
Retrieves a dictionary containing all the response headers received by this UnityWebRequest in the latest HTTP response.
Declaration
Dictionary<string, string> GetResponseHeaders()
Returns
| Type | Description |
|---|---|
| Dictionary<String, String> | A dictionary containing all the response headers received in the latest HTTP response. If no responses have been received, returns null. |