C# 클래스 System.Net.AutoWebProxyScriptEngine

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

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