ApplicationEndpointSettings.UseRegistration 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.
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.