C# Класс withSIX.Sync.Core.Legacy.HostChecker

Наследование: IHostChecker
Показать файл Открыть проект

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

Метод Описание
GetHostType ( Uri host ) : HostType
HostChecker ( Func protocolPreference ) : System
SortAndValidateHosts ( IEnumerable hosts ) : IEnumerable
ValidateHost ( Uri host ) : bool

Защищенные методы

Метод Описание
SortHosts ( IEnumerable hosts ) : IOrderedEnumerable

Приватные методы

Метод Описание
OrderByRsync ( IEnumerable hosts ) : IOrderedEnumerable
OrderByZsync ( IEnumerable hosts ) : IOrderedEnumerable
SortHostsInternal ( IEnumerable hosts ) : IOrderedEnumerable
ValidateHosts ( IEnumerable hosts ) : IEnumerable

Описание методов

GetHostType() публичный Метод

public GetHostType ( Uri host ) : HostType
host System.Uri
Результат HostType

HostChecker() публичный Метод

public HostChecker ( Func protocolPreference ) : System
protocolPreference Func
Результат System

SortAndValidateHosts() публичный Метод

public SortAndValidateHosts ( IEnumerable hosts ) : IEnumerable
hosts IEnumerable
Результат IEnumerable

SortHosts() защищенный Метод

protected SortHosts ( IEnumerable hosts ) : IOrderedEnumerable
hosts IEnumerable
Результат IOrderedEnumerable

ValidateHost() публичный Метод

public ValidateHost ( Uri host ) : bool
host System.Uri
Результат bool