Class Request
Definition
- Namespace:
- Tizen.Network.Io
TConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
Class respresenting request to a resource. It provides APIs to manage client's request.
C#
Copy
public class Request : IDisposable
- Inheritance
-
objectRequest
- Implements
-
System.
IDisposable
Properties
Declaration
C#
Copy
public string HostAddress { get; }
Property Value
Type | Description |
---|---|
string | The host address of the request. |
Declaration
C#
Copy
public ResourceOptions Options { get; }
Property Value
Type | Description |
---|---|
Resource |
The options related to the request. |
Declaration
C#
Copy
public ResourceQuery Query { get; }
Property Value
Type | Description |
---|---|
Resource |
The query of the request. |
Declaration
C#
Copy
public Representation Representation { get; }
Property Value
Type | Description |
---|---|
Representation | The representation of the request. |
Methods
Declaration
C#
Copy
public void Dispose()
View Source
Dispose(bool)
Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.
Declaration
C#
Copy
protected 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#
Copy
protected ~Request()
Implements
System.IDisposable