Ejemplo n.º 1
0
 protected abstract NetUdpListener CreateUdpListenerImpl(NetUdpListenerOptions options);
Ejemplo n.º 2
0
 protected override NetUdpListener CreateUdpListenerImpl(NetUdpListenerOptions options)
 {
     return(new NetPalUdpListener(options));
 }