Gets the server IP address and port number to which the request is directed. Not currently supported.

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
public IPEndPoint LocalEndPoint { get; }

Field Value

An IPEndPoint that represents the IP address that the request is sent to.

See Also