C# Class Whalin.Caching.Configuration.ConfigurationHelper

Afficher le fichier Open project: xianrendzw/LightFramework.Net

Méthodes publiques

Méthode Description
CheckForInterface ( Type type, Type interfaceType ) : void
ResolveToEndPoint ( string value ) : IPEndPoint
ResolveToEndPoint ( string host, int port ) : IPEndPoint

Private Methods

Méthode Description
CheckForUnknownAttributes ( string>.Dictionary dict ) : void
TryGetAndRemove ( string>.Dictionary dict, string name, string &value, bool required ) : bool

Method Details

CheckForInterface() public static méthode

public static CheckForInterface ( Type type, Type interfaceType ) : void
type System.Type
interfaceType System.Type
Résultat void

ResolveToEndPoint() public static méthode

public static ResolveToEndPoint ( string value ) : IPEndPoint
value string
Résultat System.Net.IPEndPoint

ResolveToEndPoint() public static méthode

public static ResolveToEndPoint ( string host, int port ) : IPEndPoint
host string
port int
Résultat System.Net.IPEndPoint