UdpBinding.ShouldSerializeTextEncoding 方法
定义
返回是否应对文本编码设置进行序列化。Returns whether settings for text encoding should be serialized.
public:
bool ShouldSerializeTextEncoding();
public bool ShouldSerializeTextEncoding ();
member this.ShouldSerializeTextEncoding : unit -> bool
Public Function ShouldSerializeTextEncoding () As Boolean
返回
如果应对文本编码的这些设置进行序列化,则为 true,否则,为 false。true if the settings for text encoding should be serialized; otherwise, false.