C# 클래스 Tomboy.WebSync.ProxiedWebRequest

파일 보기 프로젝트 열기: oluc/tomboy

공개 프로퍼티들

프로퍼티 타입 설명
useLibProxy bool

공개 메소드들

메소드 설명
Create ( string uri ) : HttpWebRequest
GetAuthPass ( ) : string
GetAuthUser ( ) : string
UseAuthentication ( ) : bool

비공개 메소드들

메소드 설명
ApplyProxy ( HttpWebRequest webRequest, string uri ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string uri ) : HttpWebRequest
uri string
리턴 System.Net.HttpWebRequest

GetAuthPass() 공개 정적인 메소드

public static GetAuthPass ( ) : string
리턴 string

GetAuthUser() 공개 정적인 메소드

public static GetAuthUser ( ) : string
리턴 string

UseAuthentication() 공개 정적인 메소드

public static UseAuthentication ( ) : bool
리턴 bool

프로퍼티 상세

useLibProxy 공개적으로 정적으로 프로퍼티

public static bool useLibProxy
리턴 bool