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