C# Class CSharpUtils.Web._45.Fastcgi.FastcgiHeaders

Show file Open project: soywiz/csharputils

Public Properties

Property Type Description
Headers String>>.List

Public Methods

Method Description
Add ( String Key, String Value ) : void
Replace ( String Key, String Value ) : void

Method Details

Add() public method

public Add ( String Key, String Value ) : void
Key String
Value String
return void

Replace() public method

public Replace ( String Key, String Value ) : void
Key String
Value String
return void

Property Details

Headers public property

public List> Headers
return String>>.List