Click or drag to resize

IConnectionContext Interface

Client/Connection information

Namespace:  Crosser.Common.Server.Security
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public interface IConnectionContext

The IConnectionContext type exposes the following members.

Properties
  NameDescription
Public propertyId
Id
Public propertyProtocolVersion
Protocol version for client
Public propertyUser
Principal object
Public propertyVars
Dictionary for setting custom data
Top
See Also