ControlChannelTrigger.DecreaseNetworkKeepAliveInterval Method

Definition

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.

Applies to