C# Class System.Net.WebProxyScriptHelper.WebProxyScriptHelper

Inheritance: IReflect
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

dnsDomainIs() public méthode

public dnsDomainIs ( string host, string domain ) : bool
host string
domain string
Résultat bool

dnsDomainLevels() public méthode

public dnsDomainLevels ( string host ) : int
host string
Résultat int

dnsResolve() public méthode

public dnsResolve ( string host ) : string
host string
Résultat string

isInNet() public méthode

public isInNet ( string host, string pattern, string mask ) : bool
host string
pattern string
mask string
Résultat bool

isPlainHostName() public méthode

public isPlainHostName ( string hostName ) : bool
hostName string
Résultat bool

isResolvable() public méthode

public isResolvable ( string host ) : bool
host string
Résultat bool

localHostOrDomainIs() public méthode

public localHostOrDomainIs ( string host, string hostDom ) : bool
host string
hostDom string
Résultat bool

myIpAddress() public méthode

public myIpAddress ( ) : string
Résultat string

shExpMatch() public méthode

public shExpMatch ( string host, string pattern ) : bool
host string
pattern string
Résultat bool

weekdayRange() public méthode

public weekdayRange ( string wd1, [ wd2, [ gmt ) : bool
wd1 string
wd2 [
gmt [
Résultat bool