C# 클래스 Simple.Tools.MsBuild.UploadToGoogleCode

Uploads a file and summary to google code. Props to sjalex: http://code.google.com/p/nant-googlecode/ MIT License Extended by devfuel
상속: Microsoft.Build.Utilities.Task
파일 보기 프로젝트 열기: juanplopes/simple

Private Properties

프로퍼티 타입 설명
CreateAuthorizationToken string
Upload void
WriteFile void
WriteLine void

공개 메소드들

메소드 설명
Execute ( ) : bool

비공개 메소드들

메소드 설명
CreateAuthorizationToken ( string username, string password ) : string

Creates the authorization token.

Upload ( ) : void

Uploads the contents of the file to the project's Google Code upload url. Performs the basic http authentication required by Google Code.

WriteFile ( Stream outputStream, string fileToWrite ) : void

Writes the specified file to the specified stream.

WriteLine ( Stream outputStream, string valueToWrite ) : void

Writes the string to the specified stream and concatenates a newline.

메소드 상세

Execute() 공개 메소드

public Execute ( ) : bool
리턴 bool