ServerSession.Current Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
Current
Gets the current session within which the current code is executed, or null if not within session.
Declaration
public static ServerSession Current { get; }
Property Value
Type | Description |
---|---|
ServerSession | Current session, or null if not available. |