C# 클래스 Microsoft.Alm.Cli.OperationArguments

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

공개 메소드들

메소드 설명
LoadConfiguration ( ) : void
SetCredentials ( Credential credentials ) : void
SetProxy ( string url ) : void
ToString ( ) : string
WriteToStream ( Stream writableStream ) : void

Writes the UTF-8 encoded value of ToString directly to a Stream.

비공개 메소드들

메소드 설명
CreateTargetUri ( ) : void
OperationArguments ( ) : System
OperationArguments ( Stream readableStream ) : System
OperationArguments ( Uri targetUri ) : System

메소드 상세

LoadConfiguration() 공개 메소드

public LoadConfiguration ( ) : void
리턴 void

SetCredentials() 공개 메소드

public SetCredentials ( Credential credentials ) : void
credentials Microsoft.Alm.Authentication.Credential
리턴 void

SetProxy() 공개 메소드

public SetProxy ( string url ) : void
url string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteToStream() 공개 메소드

Writes the UTF-8 encoded value of ToString directly to a Stream.
public WriteToStream ( Stream writableStream ) : void
writableStream Stream The to write to.
리턴 void