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
- fileAttachment
Type: Microsoft.TeamFoundation.WorkItemTracking.Proxy.FileAttachment
- allowWriteStreamBuffering
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.