Response Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response to a REST Call.
C++
public value class Response
public struct Response
type Response = struct
Public Structure Response
- Inheritance
-
Response
Response(Boolean, Func<Byte[]>, Int64) | |
Response(Boolean, Func<String>, Func<Byte[]>, Int64) | |
Response(Boolean, String, Byte[], Int64) |
Constructor. |
Response(Boolean, Task<String>, Func<Byte[]>, Int64) |
Response |
Response body from the resource. |
Response |
Response code from the resource. |
Response |
Response data from the resource. |
Successful |
Was the REST call successful? |
Get |
Response body from the resource. |
Produit | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |