Click or drag to resize
UpdateControllerCustomHttpHeaderValue Property

Note: This API is now obsolete.

Gets or sets a String value that, when specified, is added to the http request header collection under the name 'AppLifeHttpHeader'. The value can be used within a custom http handler on the server to perform server side processing.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
[ObsoleteAttribute("Use the HttpHeaders property instead.")]
public string CustomHttpHeaderValue { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
See Also