C# Class Revenj.Http.HttpSocketContext.HeaderPair

Mostra file Open project: ngs-doo/revenj

Public Properties

Property Type Description
Key string
Value string

Public Methods

Method Description
HeaderPair ( string key, string value ) : System

Method Details

HeaderPair() public method

public HeaderPair ( string key, string value ) : System
key string
value string
return System

Property Details

Key public_oe property

public string Key
return string

Value public_oe property

public string Value
return string