A single response header. Immutable.
Inheritance
ResponseHeader
Assembly: Worldline.Connect.Sdk.dll
public class ResponseHeader : IResponseHeader
Constructors
Declaration
public ResponseHeader(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