C# Class Windows.Networking.Sockets.ControlChannelTrigger

Inheritance: IControlChannelTrigger, IClosable
显示文件 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
Close ( ) : void
ControlChannelTrigger ( [ channelId, [ serverKeepAliveIntervalInMinutes ) : System
ControlChannelTrigger ( [ channelId, [ serverKeepAliveIntervalInMinutes, [ resourceRequestType ) : System
DecreaseNetworkKeepAliveInterval ( ) : void
FlushTransport ( ) : void
UsingTransport ( [ transport ) : void
WaitForPushEnabled ( ) : ControlChannelTriggerStatus

Method Details

Close() public method

public Close ( ) : void
return void

ControlChannelTrigger() public method

public ControlChannelTrigger ( [ channelId, [ serverKeepAliveIntervalInMinutes ) : System
channelId [
serverKeepAliveIntervalInMinutes [
return System

ControlChannelTrigger() public method

public ControlChannelTrigger ( [ channelId, [ serverKeepAliveIntervalInMinutes, [ resourceRequestType ) : System
channelId [
serverKeepAliveIntervalInMinutes [
resourceRequestType [
return System

DecreaseNetworkKeepAliveInterval() public method

public DecreaseNetworkKeepAliveInterval ( ) : void
return void

FlushTransport() public method

public FlushTransport ( ) : void
return void

UsingTransport() public method

public UsingTransport ( [ transport ) : void
transport [
return void

WaitForPushEnabled() public method

public WaitForPushEnabled ( ) : ControlChannelTriggerStatus
return ControlChannelTriggerStatus