6 references to UdpTransportSettingsElement
System.ServiceModel.Discovery (6)
System\ServiceModel\Discovery\Configuration\UdpAnnouncementEndpointElement.cs (3)
60
public
UdpTransportSettingsElement
TransportSettings
64
return (
UdpTransportSettingsElement
)base[ConfigurationStrings.TransportSettings];
104
typeof(
UdpTransportSettingsElement
),
System\ServiceModel\Discovery\Configuration\UdpDiscoveryEndpointElement.cs (3)
75
public
UdpTransportSettingsElement
TransportSettings
79
return (
UdpTransportSettingsElement
)base[ConfigurationStrings.TransportSettings];
129
typeof(
UdpTransportSettingsElement
),