Response Struct
Definition
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.
public value class Response
	public struct Response
	type Response = struct
	Public Structure Response
		- Inheritance
 - 
				Response
 
Constructors
| 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) | |
Properties
| ResponseBody | 
		 Response body from the resource.  | 
        	
| ResponseCode | 
		 Response code from the resource.  | 
        	
| ResponseData | 
		 Response data from the resource.  | 
        	
| Successful | 
		 Was the REST call successful?  | 
        	
Methods
| GetResponseBody() | 
		 Response body from the resource.  |