C# 클래스 Amazon.Runtime.Internal.Util.WebProxy

Custom WebProxy implementation that creates a webproxy based on user inputs(Host name and port number)
상속: IWebProxy
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
GetProxy ( Uri destination ) : Uri

Getter to fetch the set proxy

IsBypassed ( Uri host ) : bool

Method to determine if the proxy should be bypassed when accessing an internet source

WebProxy ( Uri proxyUri ) : System

Set the ProxyUri

WebProxy ( string proxyUri ) : System
WebProxy ( string proxyHost, int proxyPort ) : System

Create a Uri based on the user inputs(Host name and port number)

메소드 상세

GetProxy() 공개 메소드

Getter to fetch the set proxy
public GetProxy ( Uri destination ) : Uri
destination System.Uri
리턴 System.Uri

IsBypassed() 공개 메소드

Method to determine if the proxy should be bypassed when accessing an internet source
public IsBypassed ( Uri host ) : bool
host System.Uri
리턴 bool

WebProxy() 공개 메소드

Set the ProxyUri
public WebProxy ( Uri proxyUri ) : System
proxyUri System.Uri
리턴 System

WebProxy() 공개 메소드

public WebProxy ( string proxyUri ) : System
proxyUri string
리턴 System

WebProxy() 공개 메소드

Create a Uri based on the user inputs(Host name and port number)
public WebProxy ( string proxyHost, int proxyPort ) : System
proxyHost string
proxyPort int
리턴 System