Name

IPv6MulticastOption

Synopsis

This class specifies an IPv6 version of the MulticastOption class, described later in this chapter.

public class IPv6MulticastOption {
// Public Constructors
   public IPv6MulticastOption(System.Net.IPAddress group);
   public IPv6MulticastOption(System.Net.IPAddress group, long ifindex);
// Public Instance Properties
   public IPAddress Group{set; get; }
   public long InterfaceIndex{set; get; }
}

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.