C# 클래스 System.Net.CFNetwork.CFWebProxy

상속: IWebProxy
파일 보기 프로젝트 열기: remobjects/mono

공개 메소드들

메소드 설명
CFWebProxy ( ) : System
GetProxy ( Uri targetUri ) : Uri
IsBypassed ( Uri targetUri ) : bool

비공개 메소드들

메소드 설명
GetProxyUri ( CFProxy proxy, NetworkCredential &credentials ) : Uri
GetProxyUriFromScript ( IntPtr script, Uri targetUri, NetworkCredential &credentials ) : Uri

메소드 상세

CFWebProxy() 공개 메소드

public CFWebProxy ( ) : System
리턴 System

GetProxy() 공개 메소드

public GetProxy ( Uri targetUri ) : Uri
targetUri Uri
리턴 Uri

IsBypassed() 공개 메소드

public IsBypassed ( Uri targetUri ) : bool
targetUri Uri
리턴 bool