IJsonRpcMessageTextFormatter.Encoding 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 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.