Class UpnpNotificationInfo
Inheritance
System.Object
UpnpNotificationInfo
Assembly: MediaBrowser.Model.dll
public class UpnpNotificationInfo
Properties
Declaration
public IPAddress LocalIpAddress { get; set; }
Property Value
Type |
Description |
System.Net.IPAddress |
|
Declaration
public int LocalPort { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Uri Location { get; set; }
Property Value
Type |
Description |
System.Uri |
|
Declaration
public string NotificationType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Usn { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods