C# Class HitProxy.Http.Flags

Exibir arquivo Open project: hultqvist/HitProxy

Public Methods

Method Description
All ( string flags ) : bool
Any ( string flags ) : bool
Flags ( ) : System
Flags ( List flagStorage ) : System
Flags ( string flags ) : System
Set ( Flags other ) : void
Set ( string flagNames ) : void

Add flags from a comma separated list

ToString ( ) : string
this ( string flag ) : bool

Method Details

All() public method

public All ( string flags ) : bool
flags string
return bool

Any() public method

public Any ( string flags ) : bool
flags string
return bool

Flags() public method

public Flags ( ) : System
return System

Flags() public method

public Flags ( List flagStorage ) : System
flagStorage List
return System

Flags() public method

public Flags ( string flags ) : System
flags string
return System

Set() public method

public Set ( Flags other ) : void
other Flags
return void

Set() public method

Add flags from a comma separated list
public Set ( string flagNames ) : void
flagNames string /// A comma separated list of filtering classification names ///
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( string flag ) : bool
flag string
return bool