Class Response
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents response from a resource. It provides APIs to manage response.
C#Copypublic class Response : IDisposable
- Inheritance
-
objectResponse
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic Response()
Examples
CopyResponse response = new Response();
Properties
Declaration
C#Copypublic ResourceOptions Options { get; set; }
Property Value
Type | Description |
---|---|
ResourceOptions | The options from/into the response. |
Declaration
C#Copypublic Representation Representation { get; set; }
Property Value
Type | Description |
---|---|
Representation | The representation from/into the response. |
Declaration
C#Copypublic ResponseCode Result { get; set; }
Property Value
Type | Description |
---|---|
ResponseCode | The result from/into the response. |
Methods
Declaration
C#Copypublic void Dispose()
View Source
Dispose(bool)
Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
Declaration
C#Copyprotected ~Response()
Implements
System.IDisposable