IJsonRpcMessageTextFormatter.Encoding Property

Definition

Gets or sets the encoding used for serialization for methods that do not take an explicit Encoding.

public System.Text.Encoding Encoding { get; set; }
member this.Encoding : System.Text.Encoding with get, set
Public Property Encoding As Encoding

Property Value

Never null.

Exceptions

Thrown at an attempt to set the value to null.

Applies to