.NET SDK - PeerOptions

PeerOptions class

Options for configuring a Peer.

public class PeerOptions

Public Members

namedescription
PeerOptions()The default constructor.
MaxPort { get; set; }The maximum port from which local UDP ports will be allocated.
MinPort { get; set; }The minimum port from which local UDP ports will be allocated.

See Also