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 재전송 설정입니다.

적용 대상