EndpointAnnotation.IsProxied Property

Definition

Indicates that this endpoint should be managed by DCP. This means it can be replicated and use a different port internally than the one publicly exposed. Setting to false means the endpoint will be handled and exposed by the resource.

public bool IsProxied { get; set; }
member this.IsProxied : bool with get, set
Public Property IsProxied As Boolean

Property Value

Remarks

Defaults to true.

Applies to