| ServerContextCurrent Property |
Gets the currently active server context for this thread.
Namespace:
Ookii.Jumbo.Rpc
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public static ServerContext Current { get; }
Public Shared ReadOnly Property Current As ServerContext
Get
public:
static property ServerContext^ Current {
ServerContext^ get ();
}
static member Current : ServerContext with get
Property Value
Type:
ServerContextSee Also