C# Class Enyim.Caching.Configuration.ConfigurationHelper

Show file Open project: xianrendzw/LightFramework.Net Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

CheckForInterface() public static method

public static CheckForInterface ( Type type, Type interfaceType ) : void
type System.Type
interfaceType System.Type
return void

ResolveToEndPoint() public static method

public static ResolveToEndPoint ( string value ) : IPEndPoint
value string
return System.Net.IPEndPoint

ResolveToEndPoint() public static method

public static ResolveToEndPoint ( string host, int port ) : IPEndPoint
host string
port int
return System.Net.IPEndPoint