C# Class vtortola.WebSockets.HttpHeadersCollection

Exibir arquivo Open project: vtortola/WebSocketListener Class Usage Examples

Public Methods

Method Description
Add ( String name, String value ) : void
HttpHeadersCollection ( ) : System
this ( HttpRequestHeader header ) : String
this ( String header ) : String

Method Details

Add() public method

public Add ( String name, String value ) : void
name String
value String
return void

HttpHeadersCollection() public method

public HttpHeadersCollection ( ) : System
return System

this() public method

public this ( HttpRequestHeader header ) : String
header HttpRequestHeader
return String

this() public method

public this ( String header ) : String
header String
return String