C# 클래스 Microsoft.TeamFoundation.VersionControl.Client.UploadService

상속: Microsoft.TeamFoundation.Client.Services.TFSCollectionService
파일 보기 프로젝트 열기: Indomitable/monodevelop-tfs-addin

공개 메소드들

메소드 설명
UploadFile ( string workspaceName, string workspaceOwner, PendingChange change ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

UploadFile() 공개 메소드

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