| RestOperationContextCurrent Property |
Gets the current operation context
Namespace:
RestSrvr
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public static RestOperationContext Current { get; }
Public Shared ReadOnly Property Current As RestOperationContext
Get
public:
static property RestOperationContext^ Current {
RestOperationContext^ get ();
}
static member Current : RestOperationContext with get
Property Value
Type:
RestOperationContextSee Also