EndpointAnnotation.IsProxied 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.
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
.