Click or drag to resize

ConnectionContextVars Property

Storage for additional information. Set this in the custom Authenticate(IProtocol) method

Namespace:  Crosser.Server.Modules.Security
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public IDictionary<string, Object> Vars { get; set; }

Property Value

Type: IDictionaryString, Object

Implements

IConnectionContextVars
See Also