BeforeNavigateEventArgs.Headers Property
Gets the value that specifies the additional HTTP headers to send to the server (HTTP URLs only).
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As BeforeNavigateEventArgs
Dim value As Object
value = instance.Headers
Syntax
'Declaration
Public ReadOnly Property Headers As Object
public Object Headers { get; }
public:
property Object^ Headers {
Object^ get ();
}
/** @property */
public Object get_Headers ()
public function get Headers () : Object
Property Value
Type:Object.
Remarks
The headers can specify such things as 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
BeforeNavigateEventArgs Class
BeforeNavigateEventArgs Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.