public UdpChannelListener(UdpTransportBindingElement source, BindingContext context) { Source = source; Context = context; listen_uri = context.ListenUriRelativeAddress != null ? new Uri(context.ListenUriBaseAddress, context.ListenUriRelativeAddress) : context.ListenUriBaseAddress; }
private UdpTransportBindingElement(UdpTransportBindingElement other) { settings = new UdpTransportSettings(other.settings); }
public UdpChannelFactory(UdpTransportBindingElement source, BindingContext ctx) { Source = source; Context = ctx; }