WebProxyFactoryBaseResolveT - метод
Получает или создаёт экземпляр класса прокси-объекта
IWebProxy.
Пространство имён: Tessa.Platform.RuntimeСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
protected virtual T Resolve<T>()
where T : class, IWebProxy
Protected Overridable Function Resolve(Of T As {Class, IWebProxy}) As T
protected:
generic<typename T>
where T : ref class, IWebProxy
virtual T Resolve()
abstract Resolve : unit -> 'T when 'T : not struct and IWebProxy
override Resolve : unit -> 'T when 'T : not struct and IWebProxy
- T
- Ссылочный тип прокси-объекта IWebProxy.
TПолученный экземпляр класса.