Mono Class Library: System.Net.Sockets.MulticastOption Overview | Members

System.Net.Sockets.MulticastOption Constructor

Constructs and initializes a new instance of the System.Net.Sockets.MulticastOption class with the specified IP multicast group and local addresses. [Edit]

public MulticastOption (System.Net.IPAddress grp, System.Net.IPAddress addr)

Parameters

grp
Documentation for this section has not yet been entered. [Edit]
addr
Documentation for this section has not yet been entered. [Edit]

Exceptions

TypeReason
ArgumentNullExceptiongroup or mcint is null. [Edit]

Remarks

The MulticastOption.Group property is set to group and the MulticastOption.LocalAddress property is set to mcint. [Edit]

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0