JsonRpcTargetOptions.AllowNonPublicInvocation 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 a value indicating whether non-public methods/events on target objects can be invoked by remote clients.
public bool AllowNonPublicInvocation { get; set; }
member this.AllowNonPublicInvocation : bool with get, set
Public Property AllowNonPublicInvocation As Boolean
Property Value
The default value is false
.
Remarks
The default for this property was true
in the 1.x versions.