Exemplo n.º 1
0
 public Udp SetMemberShip(
     string multicastAddress,
     string interfaceAddress,
     UdpMemberShip memberShip)
 {
     NativeMethods.uv_udp_set_membership(
         this,
         multicastAddress,
         interfaceAddress,
         memberShip
         );
     return(this);
 }
Exemplo n.º 2
0
 internal static extern int uv_udp_set_membership(Udp handle, string multicastAddress, string interfaceAddress, UdpMemberShip memberShip);