Property IsShared
IsShared
Gets or sets a boolean value indicating whether or not this instance is shared amongst multiple SsdpDeviceLocatorBase and/or ISsdpDevicePublisher instances.
Declaration
public bool IsShared { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
Remarks
If true, disposing an instance of a SsdpDeviceLocatorBaseor a ISsdpDevicePublisher will not dispose this comms server instance. The calling code is responsible for managing the lifetime of the server.