LuciadCPillar C# 2023.1.05
Luciad.Net.Http.HttpRequestOptions.Builder Class Reference

Builder for the luciad::HttpRequestOptions class. More...

Inheritance diagram for Luciad.Net.Http.HttpRequestOptions.Builder:

Public Member Functions

 Builder (Luciad.Net.Http.HttpRequestOptions.Builder other)
 
Luciad.Net.Http.HttpRequestOptions Build ()
 Returns an luciad::HttpRequestOptions, based on the properties set on this builder. More...
 
void Dispose ()
 
Luciad.Net.Http.HttpRequestOptions.Builder Header (Luciad.Net.Http.HttpHeader header)
 
Luciad.Net.Http.HttpRequestOptions.Builder Header (string name, string value)
 Sets the given name value pair to the set of headers for this options. More...
 
Luciad.Net.Http.HttpRequestOptions.Builder QueryParameter (Luciad.Net.UriQueryParameter queryParameter)
 
Luciad.Net.Http.HttpRequestOptions.Builder QueryParameter (string name, string value)
 Sets the given name value pair to the set of query parameters for this options. More...
 

Detailed Description

Builder for the luciad::HttpRequestOptions class.

Instances of HttpRequestOptions::Builder are created by calling luciad::HttpRequestOptions::newBuilder. 2023.0

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

Constructor & Destructor Documentation

◆ Builder()

Luciad.Net.Http.HttpRequestOptions.Builder.Builder ( Luciad.Net.Http.HttpRequestOptions.Builder  other)
inline

Member Function Documentation

◆ Build()

Luciad.Net.Http.HttpRequestOptions Luciad.Net.Http.HttpRequestOptions.Builder.Build ( )
inline

Returns an luciad::HttpRequestOptions, based on the properties set on this builder.

an luciad::HttpRequestOptions, based on the properties set on this builder.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::HttpRequestOptions::Builder::build.

◆ Dispose()

void Luciad.Net.Http.HttpRequestOptions.Builder.Dispose ( )
inline

◆ Header() [1/2]

Luciad.Net.Http.HttpRequestOptions.Builder Luciad.Net.Http.HttpRequestOptions.Builder.Header ( Luciad.Net.Http.HttpHeader  header)
inline

◆ Header() [2/2]

Luciad.Net.Http.HttpRequestOptions.Builder Luciad.Net.Http.HttpRequestOptions.Builder.Header ( string  name,
string  value 
)
inline

Sets the given name value pair to the set of headers for this options.

name

header name

value

header value

this builder.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::HttpRequestOptions::Builder::header.

◆ QueryParameter() [1/2]

Luciad.Net.Http.HttpRequestOptions.Builder Luciad.Net.Http.HttpRequestOptions.Builder.QueryParameter ( Luciad.Net.UriQueryParameter  queryParameter)
inline

◆ QueryParameter() [2/2]

Luciad.Net.Http.HttpRequestOptions.Builder Luciad.Net.Http.HttpRequestOptions.Builder.QueryParameter ( string  name,
string  value 
)
inline

Sets the given name value pair to the set of query parameters for this options.

name

query parameter name.

value

query parameter value.

this builder.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::HttpRequestOptions::Builder::queryParameter.