Uploader for Silverlight
C1UploaderWebService Constructor(Uri)






Address of the service that will receive the upload
Initializes a new instance of a C1UploaderWebService.
Syntax
'Declaration
 
Public Function New( _
   ByVal address As System.Uri _
)
'Usage
 
Dim address As System.Uri
 
Dim instance As New C1UploaderWebService(address)
public C1UploaderWebService( 
   System.Uri address
)
public C1UploaderWebService( 
    address: System.Uri
); 
public function C1UploaderWebService( 
   address : System.Uri
);
public: C1UploaderWebService( 
   System.Uri* address
)
public:
C1UploaderWebService( 
   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

C1UploaderWebService Class
C1UploaderWebService Members
Overload List

Send Feedback