C# Class System.Net.ServicePoint

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
CloseConnectionGroup ( string connectionGroupName ) : bool
SetTcpKeepAlive ( bool enabled, int keepAliveTime, int keepAliveInterval ) : void

Private Methods

Method Description
ServicePoint ( )

Method Details

CloseConnectionGroup() public method

public CloseConnectionGroup ( string connectionGroupName ) : bool
connectionGroupName string
return bool

SetTcpKeepAlive() public method

public SetTcpKeepAlive ( bool enabled, int keepAliveTime, int keepAliveInterval ) : void
enabled bool
keepAliveTime int
keepAliveInterval int
return void