Uploader for Silverlight
C1UploaderPost Constructor(Uri)






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

Parameters

address
System.Uri that will receive the upload requests.
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

C1UploaderPost Class
C1UploaderPost Members
Overload List

Send Feedback