UdpTransportBindingElement.RetransmissionSettings 属性

定义

获取或设置 UDP 重新传输设置。

public:
 property System::ServiceModel::Channels::UdpRetransmissionSettings ^ RetransmissionSettings { System::ServiceModel::Channels::UdpRetransmissionSettings ^ get(); void set(System::ServiceModel::Channels::UdpRetransmissionSettings ^ value); };
public System.ServiceModel.Channels.UdpRetransmissionSettings RetransmissionSettings { get; set; }
member this.RetransmissionSettings : System.ServiceModel.Channels.UdpRetransmissionSettings with get, set
Public Property RetransmissionSettings As UdpRetransmissionSettings

属性值

UdpRetransmissionSettings

UDP 重新传输设置。

适用于