C# 클래스 System.Net.WebProxyScriptHelper.WebProxyScriptHelper

상속: IReflect
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

Private Properties

프로퍼티 타입 설명
IReflect System.Reflection.FieldInfo
IReflect System.Reflection.FieldInfo[]
IReflect System.Reflection.MemberInfo[]
IReflect System.Reflection.MemberInfo[]
IReflect System.Reflection.MethodInfo
IReflect System.Reflection.MethodInfo
IReflect System.Reflection.MethodInfo[]
IReflect System.Reflection.PropertyInfo
IReflect System.Reflection.PropertyInfo
IReflect System.Reflection.PropertyInfo[]
IReflect object
dayOfWeek DayOfWeek
isGMT bool
weekdayRangeInternal bool

공개 메소드들

메소드 설명
dnsDomainIs ( string host, string domain ) : bool
dnsDomainLevels ( string host ) : int
dnsResolve ( string host ) : string
isInNet ( string host, string pattern, string mask ) : bool
isPlainHostName ( string hostName ) : bool
isResolvable ( string host ) : bool
localHostOrDomainIs ( string host, string hostDom ) : bool
myIpAddress ( ) : string
shExpMatch ( string host, string pattern ) : bool
weekdayRange ( string wd1, [ wd2, [ gmt ) : bool

비공개 메소드들

메소드 설명
IReflect ( string name, BindingFlags bindingAttr ) : FieldInfo
IReflect ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[]
IReflect ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
IReflect ( string name, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
IReflect ( string name, BindingFlags bindingAttr ) : MethodInfo
IReflect ( string name, BindingFlags bindingAttr, Binder binder, Type types, ParameterModifier modifiers ) : MethodInfo
IReflect ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[]
IReflect ( string name, BindingFlags bindingAttr ) : PropertyInfo
IReflect ( string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type types, ParameterModifier modifiers ) : PropertyInfo
IReflect ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
IReflect ( string name, BindingFlags bindingAttr, Binder binder, object target, object args, ParameterModifier modifiers, CultureInfo culture, string namedParameters ) : object
dayOfWeek ( string weekDay ) : DayOfWeek
isGMT ( string gmt ) : bool
weekdayRangeInternal ( DateTime now, DayOfWeek wd1, DayOfWeek wd2 ) : bool

메소드 상세

dnsDomainIs() 공개 메소드

public dnsDomainIs ( string host, string domain ) : bool
host string
domain string
리턴 bool

dnsDomainLevels() 공개 메소드

public dnsDomainLevels ( string host ) : int
host string
리턴 int

dnsResolve() 공개 메소드

public dnsResolve ( string host ) : string
host string
리턴 string

isInNet() 공개 메소드

public isInNet ( string host, string pattern, string mask ) : bool
host string
pattern string
mask string
리턴 bool

isPlainHostName() 공개 메소드

public isPlainHostName ( string hostName ) : bool
hostName string
리턴 bool

isResolvable() 공개 메소드

public isResolvable ( string host ) : bool
host string
리턴 bool

localHostOrDomainIs() 공개 메소드

public localHostOrDomainIs ( string host, string hostDom ) : bool
host string
hostDom string
리턴 bool

myIpAddress() 공개 메소드

public myIpAddress ( ) : string
리턴 string

shExpMatch() 공개 메소드

public shExpMatch ( string host, string pattern ) : bool
host string
pattern string
리턴 bool

weekdayRange() 공개 메소드

public weekdayRange ( string wd1, [ wd2, [ gmt ) : bool
wd1 string
wd2 [
gmt [
리턴 bool