Share via


JsonRpcProxyOptions.ServerRequiresNamedArguments Property

Definition

Gets or sets a value indicating whether the client proxy will pass named arguments (i.e. an args object) instead of the default positional arguments (i.e. an args array).

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

Property Value

Applies to