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
Показать файл Открыть проект

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