Constructor ServiceEventArgs
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 |