LuciadCPillar C# 2023.1.04
Luciad.Net.Http.HttpHeader Class Reference

A class representing an HTTP header and its value. More...

Inheritance diagram for Luciad.Net.Http.HttpHeader:

Public Member Functions

 HttpHeader (string name, string value)
 Creates a HTTP header with the given name and value. More...
 
void Dispose ()
 
override bool Equals (object other)
 
override int GetHashCode ()
 
override string ToString ()
 

Properties

string Name [get]
 
string Value [get]
 

Detailed Description

A class representing an HTTP header and its value.

HttpHeader instances are immutable. 2023.0

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

Constructor & Destructor Documentation

◆ HttpHeader()

Luciad.Net.Http.HttpHeader.HttpHeader ( string  name,
string  value 
)
inline

Creates a HTTP header with the given name and value.

name

the HTTP header name.

value

the HTTP header value.

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

Member Function Documentation

◆ Dispose()

void Luciad.Net.Http.HttpHeader.Dispose ( )
inline

◆ Equals()

override bool Luciad.Net.Http.HttpHeader.Equals ( object  other)
inline

◆ GetHashCode()

override int Luciad.Net.Http.HttpHeader.GetHashCode ( )
inline

◆ ToString()

override string Luciad.Net.Http.HttpHeader.ToString ( )
inline

Property Documentation

◆ Name

string Luciad.Net.Http.HttpHeader.Name
get

◆ Value

string Luciad.Net.Http.HttpHeader.Value
get