Table of Contents

Class MulticastConfiguration

Namespace
WINKOnvif.Core.Models.Media
Assembly
WINKOnvif.Core.dll
public class MulticastConfiguration
Inheritance
MulticastConfiguration
Inherited Members

Properties

Address

public IPAddress Address { get; set; }

Property Value

IPAddress

AutoStart

public bool AutoStart { get; set; }

Property Value

bool

Port

public int Port { get; set; }

Property Value

int

TTL

public int TTL { get; set; }

Property Value

int