BrowserExtendedNavigatingEventArgs.Headers Property
Gets or sets the value that specifies additional HTTP headers to send to the server. These headers are added to the default MS IE headers. The headers can specify things like the action required of the server, the type of data being passed to the server, or a status code.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As BrowserExtendedNavigatingEventArgs
Dim value As Object
value = instance.Headers
instance.Headers = value
Syntax
'Declaration
Public Property Headers As Object
public Object Headers { get; set; }
public:
property Object^ Headers {
Object^ get ();
void set (Object^ value);
}
/** @property */
public Object get_Headers ()
/** @property */
public void set_Headers (Object value)
public function get Headers () : Object
public function set Headers (value : Object)
Property Value
Type: Object
The header value.
Remarks
These headers are added to the default MS IE headers. The headers can specify things like the action required of the server, the type of data being passed to the server, or a status code.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
BrowserExtendedNavigatingEventArgs Class
BrowserExtendedNavigatingEventArgs Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.