Interface IResponseHeader
A single response header. Immutable.
Namespace: Worldline.Acquiring.Sdk.Communication
Assembly: Worldline.Acquiring.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 |