UPnpPortMapGetServiceEndpoints Method |
Retrieves service endpoints in the local network that represent an internet routing device.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<UPnpServiceEndpoint> GetServiceEndpoints()
Public Function GetServiceEndpoints As List(Of UPnpServiceEndpoint)
public:
List<UPnpServiceEndpoint^>^ GetServiceEndpoints()
member GetServiceEndpoints : unit -> List<UPnpServiceEndpoint>
Return Value
Type:
ListUPnpServiceEndpoint
Returns a list of service endpoints.
Remarks
Note that this function may throw a first chance WebException, which can safely be
ignored.
See Also