C# Class RemObjects.InternetPack.Http.HttpHeader

Show file Open project: remobjects/internetpack Class Usage Examples

Public Methods

Method Description
Add ( String item ) : void
Get ( Int32 index ) : String
HttpHeader ( String line ) : System
HttpHeader ( String name, String value ) : System
ToString ( ) : String

Method Details

Add() public method

public Add ( String item ) : void
item String
return void

Get() public method

public Get ( Int32 index ) : String
index System.Int32
return String

HttpHeader() public method

public HttpHeader ( String line ) : System
line String
return System

HttpHeader() public method

public HttpHeader ( String name, String value ) : System
name String
value String
return System

ToString() public method

public ToString ( ) : String
return String