Click or drag to resize
UPnpPortMapGetServiceEndpoints Method
Retrieves service endpoints in the local network that represent an internet routing device.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<UPnpServiceEndpoint> GetServiceEndpoints()

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