Class KnownHeader
Inherited Members
Namespace: Titanium.Web.Proxy.Http
Assembly: Titanium.Web.Proxy.dll
Syntax
public class KnownHeader
Fields
| Edit this page View SourceString
Declaration
public string String
Field Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
Operators
| Edit this page View Sourceimplicit operator KnownHeader(string)
Declaration
public static implicit operator KnownHeader(string str)
Parameters
| Type | Name | Description |
|---|---|---|
| string | str |
Returns
| Type | Description |
|---|---|
| KnownHeader |