Click or drag to resize
UPnpPortMapGetExternalAddress Method
Retrieves the routers external IP address.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public string GetExternalAddress(
	UPnpServiceEndpoint sep
)

Parameters

sep
Type: StreamCoders.NetworkUPnpServiceEndpoint
Service endpoint to query.

Return Value

Type: String
Returns IP address.
See Also