Method | Description | |
---|---|---|
GoogleCode ( ) : System | ||
LocalFileName ( string path ) : |
Gets or sets the local path of the file to upload.
|
|
Password ( string password ) : |
Gets or sets the Google Code password (not the same as the gmail password).
|
|
ProjectName ( string name ) : |
Gets or sets the Google Code project name to upload to.
|
|
Summary ( string data ) : |
Gets or sets the summary of the upload.
|
|
TargetFileName ( string targetName ) : |
Gets or sets the file name that this file will be given on Google Code.
|
|
UserName ( string username ) : |
Gets or sets Google user name to authenticate as (this is just the username part, don't include the @gmail.com part.
|
Method | Description | |
---|---|---|
CreateAuthorizationToken ( string username, string password ) : string |
Creates the authorization token.
|
|
CreateRequest ( ) : |
||
CreateRequestContent ( Stream stream ) : void | ||
InternalExecute ( ) : void | ||
Upload ( ) : void | ||
Validate ( ) : void | ||
ValidateString ( string value, string friendlyName ) : void | ||
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.
|
public LocalFileName ( string path ) : |
||
path | string | |
return |
public Password ( string password ) : |
||
password | string | |
return |
public ProjectName ( string name ) : |
||
name | string | |
return |
public TargetFileName ( string targetName ) : |
||
targetName | string | |
return |
public UserName ( string username ) : |
||
username | string | |
return |