C# Class Microsoft.TeamFoundation.VersionControl.Client.UploadService

Inheritance: Microsoft.TeamFoundation.Client.Services.TFSCollectionService
Show file Open project: Indomitable/monodevelop-tfs-addin

Public Methods

Method Description
UploadFile ( string workspaceName, string workspaceOwner, PendingChange change ) : void

Private Methods

Method Description
Compress ( byte input ) : byte[]
CopyBytes ( byte source, Stream destination ) : void
CopyStream ( Stream source, Stream destination ) : void
GetRange ( long start, long end, long length ) : string
GetTemplate ( ) : string
Hash ( byte input ) : string
UploadPart ( string fileName, string workspaceName, string workspaceOwner, int fileSize, string fileHash, string range, string contentType, byte bytes, int copyBytes ) : void

Method Details

UploadFile() public method

public UploadFile ( string workspaceName, string workspaceOwner, PendingChange change ) : void
workspaceName string
workspaceOwner string
change PendingChange
return void