Share via


OperationConfiguration.IsComposable Property

Definition

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

Property Value

Applies to