Table of Contents

Property DefaultCultureInfo

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

DefaultCultureInfo

Gets or sets the default CultureInfo object which the HTTP server will apply to the request handlers and callbacks thread.

[Obsolete("This property is obsolete and changing it will have no effect. Use CultureInfo.DefaultThreadCurrentCulture instead.")]
public CultureInfo? DefaultCultureInfo { get; set; }

Property Value

CultureInfo

Remarks

This property is obsolete. Use DefaultThreadCurrentCulture instead.