Class WaveSession
Represents a session in a WAVE server application
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Wave
Assembly: NFX.Wave.dll
Syntax
[Serializable]
public class WaveSession : BaseSession, ISession, IEndableInstance
  Constructors
WaveSession()
Declaration
protected WaveSession()
  WaveSession(Guid)
Declaration
public WaveSession(Guid id)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Guid | id | 
Fields
GeoEntity
Stores user Geographical/Location information
Declaration
[NonSerialized]
public GeoEntity GeoEntity
  Field Value
| Type | Description | 
|---|---|
| GeoEntity | 
Properties
CSRFToken
Unique token assigned at session start used for checking of form posts. This is for Cross Site Request Forgery protection.
Declaration
public string CSRFToken { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |