FabricTransportRemotingSettings.UseWrappedMessage Property

Definition

Gets or sets a value indicating whether the remoting method parameters should be wrapped or not before sending it over the wire. When UseWrappedMessage is set to false, parameters will not be wrapped. When this value is set to true, the parameters will be wrapped.Default value is false.

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

Property Value

Applies to