C# 클래스 System.Net.WebProxy

상속: IWebProxy, ISerializable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
System ( System serializationInfo, System streamingContext ) : void
WebProxy ( )
WebProxy ( System Address )
WebProxy ( System Address, bool BypassOnLocal )
WebProxy ( System Address, bool BypassOnLocal, string BypassList )
WebProxy ( System Address, bool BypassOnLocal, string BypassList, System Credentials )
WebProxy ( string Address )
WebProxy ( string Address, bool BypassOnLocal )
WebProxy ( string Address, bool BypassOnLocal, string BypassList )
WebProxy ( string Address, bool BypassOnLocal, string BypassList, System Credentials )
WebProxy ( string Host, int Port )

보호된 메소드들

메소드 설명
GetObjectData ( System serializationInfo, System streamingContext ) : void
WebProxy ( System serializationInfo, System streamingContext )

메소드 상세

GetObjectData() 보호된 메소드

protected GetObjectData ( System serializationInfo, System streamingContext ) : void
serializationInfo System
streamingContext System
리턴 void

System() 공개 메소드

public System ( System serializationInfo, System streamingContext ) : void
serializationInfo System
streamingContext System
리턴 void

WebProxy() 공개 메소드

public WebProxy ( )

WebProxy() 공개 메소드

public WebProxy ( System Address )
Address System

WebProxy() 보호된 메소드

protected WebProxy ( System serializationInfo, System streamingContext )
serializationInfo System
streamingContext System

WebProxy() 공개 메소드

public WebProxy ( System Address, bool BypassOnLocal )
Address System
BypassOnLocal bool

WebProxy() 공개 메소드

public WebProxy ( System Address, bool BypassOnLocal, string BypassList )
Address System
BypassOnLocal bool
BypassList string

WebProxy() 공개 메소드

public WebProxy ( System Address, bool BypassOnLocal, string BypassList, System Credentials )
Address System
BypassOnLocal bool
BypassList string
Credentials System

WebProxy() 공개 메소드

public WebProxy ( string Address )
Address string

WebProxy() 공개 메소드

public WebProxy ( string Address, bool BypassOnLocal )
Address string
BypassOnLocal bool

WebProxy() 공개 메소드

public WebProxy ( string Address, bool BypassOnLocal, string BypassList )
Address string
BypassOnLocal bool
BypassList string

WebProxy() 공개 메소드

public WebProxy ( string Address, bool BypassOnLocal, string BypassList, System Credentials )
Address string
BypassOnLocal bool
BypassList string
Credentials System

WebProxy() 공개 메소드

public WebProxy ( string Host, int Port )
Host string
Port int