UdpRetransmissionSettings.ShouldSerializeDelayUpperBound 方法
定义
指示 UDP 重新传输设置是否应序列化更高绑定延迟。Indicates whether the UDP retransmission settings should serialize the upper bound delay.
public:
bool ShouldSerializeDelayUpperBound();
public bool ShouldSerializeDelayUpperBound ();
member this.ShouldSerializeDelayUpperBound : unit -> bool
Public Function ShouldSerializeDelayUpperBound () As Boolean
返回
如果 UDP 重新传输设置应序列化更高绑定延迟,则为 true;否则为 false。true if the UDP retransmission settings should serialize the upper bound delay; otherwise, false.