Click or drag to resize
RESTSecurityInvokerIsSynchronous Property
Always true - we need synchronous behavior for authentication.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 10.0.0
Syntax
C#
public bool IsSynchronous { get; }

Property Value

Type: Boolean

Implements

IOperationInvokerIsSynchronous
See Also