Edit

Share via


ApplicationEndpointSettings.UseRegistration Property

Definition

Gets or sets whether registration is required for this endpoint. The default value is false.

public:
 property bool UseRegistration { bool get(); void set(bool value); };
public bool UseRegistration { get; set; }
member this.UseRegistration : bool with get, set
Public Property UseRegistration As Boolean

Property Value

Remarks

Can be set to true only if the proxy is specified and the transport type is MTLS. It must be set to true if application wants to publish presence categories with expiry policy equal to Endpoint or User.

Applies to