Interface IResponseHeader
A single response header. Immutable.
Namespace: Worldline.Connect.Sdk.Communication
Assembly: Worldline.Connect.Sdk.dll
Syntax
public interface IResponseHeader
  Properties
Name
Gets the name of the header.
Declaration
string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Value
Gets the un-encoded value of the header.
Declaration
string Value { get; }
  Property Value
| Type | Description | 
|---|---|
| string |