A single request header. Immutable.
Inheritance
RequestHeader
Assembly: Worldline.Acquiring.Sdk.dll
public class RequestHeader : IRequestHeader
Constructors
Declaration
public RequestHeader(string name, string value)
Parameters
Properties
Gets the name of the header.
Declaration
public string Name { get; }
Property Value
Gets the un-encoded value of the header.
Declaration
public string Value { get; }
Property Value
Methods
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
Declaration
public override int GetHashCode()
Returns
Overrides
Declaration
public override string ToString()
Returns
Overrides
Implements