Interface IRequestHeader
A single request header. Immutable.
Namespace: Ingenico.Connect.Sdk
Assembly: connect-sdk-dotnet.dll
Syntax
public interface IRequestHeader
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 |