UPnpPortMapGetServiceLocations Method |
Retrieves service locations in local network freely configurable through
DiscoveryDeviceFilter and DiscoveryMessage.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<UPnpServiceLocation> GetServiceLocations()
Public Function GetServiceLocations As List(Of UPnpServiceLocation)
public:
List<UPnpServiceLocation^>^ GetServiceLocations()
member GetServiceLocations : unit -> List<UPnpServiceLocation>
Return Value
Type:
ListUPnpServiceLocation
The service locations.
See Also