Class Request
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
- API Level:
- 3
Class respresenting request to a resource. It provides APIs to manage client's request.
C#Copypublic class Request : IDisposable
- Inheritance
-
System.ObjectRequest
- Implements
-
System.IDisposable
Properties
Declaration
C#Copypublic string HostAddress { get; }
Property Value
Type | Description |
---|---|
System.String | The host address of the request. |
API Level: 3
Declaration
C#Copypublic ResourceOptions Options { get; }
Property Value
Type | Description |
---|---|
ResourceOptions | The options related to the request. |
API Level: 3
Declaration
C#Copypublic ResourceQuery Query { get; }
Property Value
Type | Description |
---|---|
ResourceQuery | The query of the request. |
API Level: 3
Declaration
C#Copypublic Representation Representation { get; }
Property Value
Type | Description |
---|---|
Representation | The representation of the request. |
API Level: 3
Methods
Declaration
C#Copypublic void Dispose()
API Level: 3
Feature: http://tizen.org/feature/iot.ocf
View Source
Dispose(Boolean)
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 |
---|---|---|
System.Boolean | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
API Level: 3
Feature: http://tizen.org/feature/iot.ocf
Declaration
C#Copyprotected void Finalize()
Implements
System.IDisposable