Uploader for Silverlight
UploadManagerSettingsPost Constructor(Uri)






Address of the service that will receive the upload
Initializes a new instance of a UploadManagerSettingsPost.
Syntax
'Declaration
 
Public Function New( _
   ByVal address As System.Uri _
)
'Usage
 
Dim address As System.Uri
 
Dim instance As New UploadManagerSettingsPost(address)
public UploadManagerSettingsPost( 
   System.Uri address
)
public UploadManagerSettingsPost( 
    address: System.Uri
); 
public function UploadManagerSettingsPost( 
   address : System.Uri
);
public: UploadManagerSettingsPost( 
   System.Uri* address
)
public:
UploadManagerSettingsPost( 
   System.Uri^ address
)

Parameters

address
Address of the service that will receive the upload
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

UploadManagerSettingsPost Class
UploadManagerSettingsPost Members
Overload List

Send Feedback