Partager via


WSHttpRelayBindingBaseElement.TextEncoding Propriété

Définition

Obtient ou définit l'encodage de caractères utilisé pour le texte du message.

[System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceBus.Configuration.EncodingConverter))]
[System.Configuration.ConfigurationProperty("textEncoding", DefaultValue="utf-8")]
public System.Text.Encoding TextEncoding { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceBus.Configuration.EncodingConverter))>]
[<System.Configuration.ConfigurationProperty("textEncoding", DefaultValue="utf-8")>]
member this.TextEncoding : System.Text.Encoding with get, set
Public Property TextEncoding As Encoding

Valeur de propriété

Encodage de caractères utilisé pour le texte du message.

Attributs

S’applique à