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
ServiceEventArgs(SsdpService)
Constructs a new instance for the specified SsdpService.
Declaration
public ServiceEventArgs(SsdpService service)
Parameters
| Type | Name | Description |
|---|---|---|
| SsdpService | service | The SsdpService associated with the event this argument class is being used for. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | Thrown if the |
Properties
Service
Returns the SsdpService instance the event is being raised for.
Declaration
public SsdpService Service { get; }
Property Value
| Type | Description |
|---|---|
| SsdpService |