ControlChannelTrigger.DecreaseNetworkKeepAliveInterval Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a way for an app to indicate that the network keep-alive interval maintained by the system with network intermediaries to wake up was too long and should be decreased. This method applies to class elements in the Windows.Networking.Sockets and related namespaces.
Note
The ControlChannelTrigger class is not supported on Windows Phone.
public:
virtual void DecreaseNetworkKeepAliveInterval() = DecreaseNetworkKeepAliveInterval;
void DecreaseNetworkKeepAliveInterval();
public void DecreaseNetworkKeepAliveInterval();
function decreaseNetworkKeepAliveInterval()
Public Sub DecreaseNetworkKeepAliveInterval ()
Remarks
Network intermediaries represent hardware and devices such as proxies and network address translators.