TextMessageEncodingBindingElement.ShouldSerializeWriteEncoding 方法

定义

返回是否应序列化用于格式化消息字符的 EncodingReturns whether the Encoding that is used to format the message characters should be serialized.

public:
 bool ShouldSerializeWriteEncoding();
public bool ShouldSerializeWriteEncoding ();
member this.ShouldSerializeWriteEncoding : unit -> bool
Public Function ShouldSerializeWriteEncoding () As Boolean

返回

Boolean

如果应序列化消息字符格式的类型,则为 true;否则为 falsetrue if the type of message character formatting should be serialized; otherwise, false.

适用于