Uploader for Silverlight
UploadFileInfo Constructor(String,Stream)






Name of the file
Stream that contains the data of the file
Initializes a new instance of a UploadFileInfo.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal file As System.IO.Stream _
)
'Usage
 
Dim name As System.String
Dim file As System.IO.Stream
 
Dim instance As New UploadFileInfo(name, file)
public UploadFileInfo( 
   System.string name,
   System.IO.Stream file
)
public UploadFileInfo( 
    name: System.String;
    file: System.IO.Stream
); 
public function UploadFileInfo( 
   name : System.String,
   file : System.IO.Stream
);
public: UploadFileInfo( 
   System.string* name,
   System.IO.Stream* file
)
public:
UploadFileInfo( 
   System.String^ name,
   System.IO.Stream^ file
)

Parameters

name
Name of the file
file
Stream that contains the data of the file
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UploadFileInfo Class
UploadFileInfo Members
Overload List

Send Feedback