LuciadCPillar C# 2023.1.04
Luciad.Net.Http Namespace Reference

Classes

class  HttpClient
 An HTTP Client, implementation of the luciad::IHttpClient interface. More...
 
class  HttpHeader
 A class representing an HTTP header and its value. More...
 
class  HttpRequest
 An HTTP request. More...
 
class  HttpRequestOptions
 Options to be sent with an HTTP request. More...
 
class  HttpResponse
 An HTTP response. More...
 
interface  IHttpClient
 Interface for sending HTTP requests. More...
 

Enumerations

enum  HttpRequestMethod { GET , POST , PUT , DELETE }
 Enumeration representing HTTP request methods. More...
 

Enumeration Type Documentation

◆ HttpRequestMethod

Enumeration representing HTTP request methods.

luciad/net/http/HttpRequest.h

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::HttpRequestMethod.
Enumerator
GET 

Request method GET.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::HttpRequestMethod::GET.
POST 

Request method POST.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::HttpRequestMethod::POST.
PUT 

Request method PUT.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::HttpRequestMethod::PUT.
DELETE 

Request method DELETE.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::HttpRequestMethod::DELETE.