C# Class System.Net.AutoWebProxyScriptEngine

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
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

Private Methods

Méthode Description
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