OperationConfiguration.IsComposable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Can the operation be composed upon.
For example can a URL that invokes the operation be used as the base URL for a request that invokes the operation and does something else with the results
public virtual bool IsComposable { get; }
member this.IsComposable : bool
Public Overridable ReadOnly Property IsComposable As Boolean