C# Класс System.Net.AutoWebProxyScriptEngine

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

Private Properties

Свойство Тип Описание
Abort void
AbortWrapper void
AutoWebProxyScriptEngine System.IO
Close void
DownloadAndCompile AutoWebProxyState
EnsureEngineAvailable AutoWebProxyState
EnterLock void
ExitLock void
GetProxies StringCollection
GetProxies StringCollection
LockRequest void
ParseScriptReturn StringCollection
RequestTimeoutCallback void
SafeDetectAutoProxyUrl Uri
UpdateScriptInstance void

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

Метод Описание
Abort ( int &syncStatus ) : void
AbortWrapper ( object context ) : void
AutoWebProxyScriptEngine ( WebProxy proxy, bool useRegistry ) : System.IO
Close ( ) : void
DownloadAndCompile ( Uri location, AutoWebProxyScriptWrapper &newScriptInstance, int &syncStatus ) : AutoWebProxyState
EnsureEngineAvailable ( int &syncStatus ) : AutoWebProxyState
EnterLock ( int &syncStatus ) : void
ExitLock ( int &syncStatus ) : void
GetProxies ( Uri destination, bool returnFirstOnly, AutoWebProxyState &autoWebProxyState ) : StringCollection
GetProxies ( Uri destination, bool returnFirstOnly, AutoWebProxyState &autoWebProxyState, int &syncStatus ) : StringCollection
LockRequest ( WebRequest request, int &syncStatus ) : void
ParseScriptReturn ( string scriptReturn, Uri destination, bool returnFirstOnly ) : StringCollection
RequestTimeoutCallback ( TimerThread timer, int timeNoticed, object context ) : void
SafeDetectAutoProxyUrl ( uint discoveryMethod ) : Uri
UpdateScriptInstance ( AutoWebProxyScriptWrapper newScriptInstance ) : void