C# 클래스 Microsoft.Alm.Authentication.TargetUri

Represents a potentially proxied Uri.
파일 보기 프로젝트 열기: Microsoft/Git-Credential-Manager-for-Windows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActualUri System.Uri
ProxyUri System.Uri
QueryUri System.Uri

공개 메소드들

메소드 설명
IsBaseOf ( TargetUri targetUri ) : bool

Determines whether the QueryUri is a base of the specified targetUri.

IsBaseOf ( Uri uri ) : bool

Determines whether the QueryUri is a base of the specified Uri.

TargetUri ( Uri target ) : System
TargetUri ( Uri actualUri, Uri queryUri, Uri proxyUri ) : System
TargetUri ( string targetUrl ) : System
TargetUri ( string actualUrl, string queryUrl, string proxyUrl ) : System
ToString ( ) : string

Gets a canonical string representation for the QueryUri.

메소드 상세

IsBaseOf() 공개 메소드

Determines whether the QueryUri is a base of the specified targetUri.
public IsBaseOf ( TargetUri targetUri ) : bool
targetUri TargetUri The to test.
리턴 bool

IsBaseOf() 공개 메소드

Determines whether the QueryUri is a base of the specified Uri.
public IsBaseOf ( Uri uri ) : bool
uri System.Uri The to test.
리턴 bool

TargetUri() 공개 메소드

public TargetUri ( Uri target ) : System
target System.Uri
리턴 System

TargetUri() 공개 메소드

public TargetUri ( Uri actualUri, Uri queryUri, Uri proxyUri ) : System
actualUri System.Uri
queryUri System.Uri
proxyUri System.Uri
리턴 System

TargetUri() 공개 메소드

public TargetUri ( string targetUrl ) : System
targetUrl string
리턴 System

TargetUri() 공개 메소드

public TargetUri ( string actualUrl, string queryUrl, string proxyUrl ) : System
actualUrl string
queryUrl string
proxyUrl string
리턴 System

ToString() 공개 메소드

Gets a canonical string representation for the QueryUri.
public ToString ( ) : string
리턴 string

프로퍼티 상세

ActualUri 공개적으로 프로퍼티

The actual Uri of the target.
public Uri,System ActualUri
리턴 System.Uri

ProxyUri 공개적으로 프로퍼티

The proxy Uri of the target if it exists; otherwise .
public Uri,System ProxyUri
리턴 System.Uri

QueryUri 공개적으로 프로퍼티

Gets the Uri that should be used for all queries.
public Uri,System QueryUri
리턴 System.Uri