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.ControllerAssembly: 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; }
<ObsoleteAttribute("Use the HttpHeaders property instead.")>
Public Property CustomHttpHeaderValue As String
Get
Set
public:
[ObsoleteAttribute(L"Use the HttpHeaders property instead.")]
property String^ CustomHttpHeaderValue {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("Use the HttpHeaders property instead.")>]
member CustomHttpHeaderValue : string with get, set
Property Value
Type:
String
Exceptions
See Also