[U8.1]当设备从一个WiFi接入点跳到另一个WiFi接入点时会发生什么? [英] [U8.1]What happens when device hops from one WiFi access point to another?

查看:91
本文介绍了[U8.1]当设备从一个WiFi接入点跳到另一个WiFi接入点时会发生什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当Surface RT等设备在同一网络中从一个WAP跳到另一个WAP时会发生什么?

What happens when a device such as a Surface RT hops from one WAP to another within the same network?

具体来说,NetworkStateChangeEventDetails会改变什么?

Specifically, what NetworkStateChangeEventDetails change?

现有的TCP / IP连接(StreamSocket)是否已关闭? 流浪还是优雅?

Are existing TCP/IP connections (StreamSocket) closed?  Abortively or gracefully?

当有两个或更多WAP可用时,有没有办法强迫一个人使用另一个?

When two or more WAP's are available, is there a way to force one to be used over another?

谢谢你的帮助。

Glen

推荐答案

嗨glenrswanson,

Hi glenrswanson,

>>当Surface RT等设备在同一网络中从一个WAP跳到另一个WAP时会发生什么?具体来说,NetworkStateChangeEventDetails改变了什么?

>>What happens when a device such as a Surface RT hops from one WAP to another within the same network? Specifically, what NetworkStateChangeEventDetails change?

您可以检查NetworkStateChangeEventDetails的属性:
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/windows.networking .connectivity.networkstatechangeeventdetails.aspx

You can check the properties of NetworkStateChangeEventDetails: https://msdn.microsoft.com/en-us/library/windows/apps/xaml/windows.networking.connectivity.networkstatechangeeventdetails.aspx

例如,HasNewInternetConnectionProfile属性指示本地计算机是否具有与当前Internet连接关联的新连接配置文件。

For example, HasNewInternetConnectionProfile property indicates if the local machine has a new connection profile associated with the current internet connection.

>>设备从一个WiFi接入点跳到另一个接入点时会发生什么

如果网络已更改,请参阅
如何使用带有网络触发器的流套接字
,以使用网络触发器维护套接字网络连接当应用程序在后台时,在Windows应用商店应用中。

It will be closed if the network has been changed, see How to use a stream socket with a network trigger to maintain a socket network connection using a network trigger in a Windows Store app when an app is in the background.


这篇关于[U8.1]当设备从一个WiFi接入点跳到另一个WiFi接入点时会发生什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆