Click or drag to resize

IConnectionContextVars Property

Dictionary for setting custom data

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

Property Value

Type: IDictionaryString, Object
See Also