C# 클래스 HitProxy.Http.Flags

파일 보기 프로젝트 열기: hultqvist/HitProxy

공개 메소드들

메소드 설명
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

메소드 상세

All() 공개 메소드

public All ( string flags ) : bool
flags string
리턴 bool

Any() 공개 메소드

public Any ( string flags ) : bool
flags string
리턴 bool

Flags() 공개 메소드

public Flags ( ) : System
리턴 System

Flags() 공개 메소드

public Flags ( List flagStorage ) : System
flagStorage List
리턴 System

Flags() 공개 메소드

public Flags ( string flags ) : System
flags string
리턴 System

Set() 공개 메소드

public Set ( Flags other ) : void
other Flags
리턴 void

Set() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string flag ) : bool
flag string
리턴 bool