C# Класс Enyim.Caching.Configuration.ConfigurationHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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