|
WebServerOptionsSessionToken Property
|
Gets or sets the token used for identifying the session ID in cookie headers.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string SessionToken { get; set; }
Public Property SessionToken As String
Get
Set
member SessionToken : string with get, set
function get_SessionToken();
function set_SessionToken(value);
View SourceProperty Value
StringSee Also