UdpTransportBindingElement.ShouldSerializeRetransmissionSettings 方法

定义

指示是否应序列化绑定元素的重新传输设置。Indicates whether the retransmission settings from the binding element should serialize.

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

返回

Boolean

如果应序列化绑定元素的重新传输设置,则为 true;否则为 falsetrue if the retransmission settings from the binding element should serialize; otherwise, false.

适用于