C# 클래스 Enyim.Caching.Configuration.ConfigurationHelper

파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net 1 사용 예제들

공개 메소드들

메소드 설명
CheckForInterface ( Type type, Type interfaceType ) : void
ResolveToEndPoint ( string value ) : IPEndPoint
ResolveToEndPoint ( string host, int port ) : IPEndPoint

비공개 메소드들

메소드 설명
CheckForUnknownAttributes ( string>.Dictionary dict ) : void
TryGetAndRemove ( string>.Dictionary dict, string name, string &value, bool required ) : bool

메소드 상세

CheckForInterface() 공개 정적인 메소드

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

ResolveToEndPoint() 공개 정적인 메소드

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

ResolveToEndPoint() 공개 정적인 메소드

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