HttpBindingBase.TextEncoding Property

Definition

Gets or sets the character encoding that is used for the message text.

C#
public System.Text.Encoding TextEncoding { get; set; }
C#
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.EncodingConverter))]
public System.Text.Encoding TextEncoding { get; set; }

Property Value

The character encoding that is used for the message text.

Attributes

Applies to