ClientService.UploadFileInternal Method

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)

Syntax

‘선언
Protected Sub UploadFileInternal ( _
    fileAttachment As FileAttachment, _
    allowWriteStreamBuffering As Boolean _
)
protected void UploadFileInternal(
    FileAttachment fileAttachment,
    bool allowWriteStreamBuffering
)
protected:
void UploadFileInternal(
    FileAttachment fileAttachment, 
    bool allowWriteStreamBuffering
)
member UploadFileInternal : 
        fileAttachment:FileAttachment * 
        allowWriteStreamBuffering:bool -> unit 
protected function UploadFileInternal(
    fileAttachment : FileAttachment, 
    allowWriteStreamBuffering : boolean
)

Parameters

.NET Framework Security

See Also

Reference

ClientService Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace