  | 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
Syntaxpublic 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: 
ServerContext
See Also