Class ServiceEventArgs
Event arguments for the ServiceAdded and ServiceRemoved events.
Inheritance
System.Object
System.EventArgs
ServiceEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Rssdp
Assembly: cs.temp.dll.dll
Syntax
public sealed class ServiceEventArgs : EventArgs
Constructors
Name | Description |
---|---|
ServiceEventArgs(SsdpService) | Constructs a new instance for the specified SsdpService. |
Properties
Name | Description |
---|---|
Service | Returns the SsdpService instance the event is being raised for. |