Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.64 KB

datagramsocketmessagereceivedeventargs_localaddress.md

File metadata and controls

27 lines (19 loc) · 1.64 KB
-api-id -api-type
P:Windows.Networking.Sockets.DatagramSocketMessageReceivedEventArgs.LocalAddress
winrt property

Windows.Networking.Sockets.DatagramSocketMessageReceivedEventArgs.LocalAddress

-description

Gets the local IP address associated with a DatagramSocket when a message was received.

-property-value

The local IP address where the message was received by the DatagramSocket.

-remarks

The DatagramSocketMessageReceivedEventArgs.LocalAddress property gets the local IP address where a message was received on a DatagramSocket. A message received event can only occur after a successful connect or bind operation on the DatagramSocket.

-examples

-see-also

BindServiceNameAsync, ConnectAsync, DatagramSocket, DatagramSocketInformation.LocalAddress, DatagramSocketInformation.LocalPort, DatagramSocketInformation.RemoteAddress, DatagramSocketInformation.RemotePort, DatagramSocketMessageReceivedEventArgs.RemoteAddress, DatagramSocketMessageReceivedEventArgs.RemotePort, HostName

-capabilities

ID_CAP_NETWORKING [Windows Phone]