C# Class Pepino.Domain.Entities.HttpHeader

Inheritance: HttpRequestOption
Exibir arquivo Open project: AcklenAvenue/Pepino

Public Methods

Method Description
HttpHeader ( System.Guid id, string key, string value ) : System
ReplaceTokens ( string token, string value ) : void

Protected Methods

Method Description
HttpHeader ( ) : System

Method Details

HttpHeader() protected method

protected HttpHeader ( ) : System
return System

HttpHeader() public method

public HttpHeader ( System.Guid id, string key, string value ) : System
id System.Guid
key string
value string
return System

ReplaceTokens() public method

public ReplaceTokens ( string token, string value ) : void
token string
value string
return void