Uploader for Silverlight
Headers Property






Gets the headers that will be sent to the server with each upload.
Syntax
'Declaration
 
Public ReadOnly Property Headers As System.Collections.Generic.Dictionary(Of HttpRequestHeader,String)
'Usage
 
Dim instance As C1Uploader
Dim value As System.Collections.Generic.Dictionary(Of HttpRequestHeader,String)
 
value = instance.Headers
public System.Collections.Generic.Dictionary<HttpRequestHeader,string> Headers {get;}
public read-only property Headers: System.Collections.Generic.Dictionary; 
public function get Headers : System.Collections.Generic.Dictionary
public: __property System.Collections.Generic.Dictionary<HttpRequestHeader,string*>* get_Headers();
public:
property System.Collections.Generic.Dictionary<HttpRequestHeader,String^>^ Headers {
   System.Collections.Generic.Dictionary<HttpRequestHeader,String^>^ get();
}
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

C1Uploader Class
C1Uploader Members

Send Feedback