DynamicRest.RestOperation.RestOperation C# (CSharp) Method

RestOperation() private method

private RestOperation ( ) : System
return System
        internal RestOperation()
        {
            _syncContext = SynchronizationContext.Current;
        }