| 
            
              ReadonlyWebServerOptionsSessionToken Property
             | 
          
        
        
            Gets the token used for identifying the session ID in cookie headers.
            
        
        Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic string SessionToken { get; }Public ReadOnly Property SessionToken As String
	Get
public:
property String^ SessionToken {
	String^ get ();
}member SessionToken : string with get
function get_SessionToken();
 View SourceProperty Value
String
See Also