RequestMsg Session Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Session reference that can be used to pass session object that was already determined by transport (i.e. HttpServerTransport) into Glue server handler. This property is NOT transmitted/serialized over wire

Namespace: NFX.Glue.Protocol
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public ISession Session { get; set; }

Property Value

Type: ISession
See Also