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.

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

Parameters

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

Exceptions

TypeReason
ArgumentNullExceptiongroup or mcint is null.

Remarks

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

Requirements

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