C# Class System.Net.ServicePoint

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
CloseConnectionGroup ( string connectionGroupName ) : bool
SetTcpKeepAlive ( bool enabled, int keepAliveTime, int keepAliveInterval ) : void

Private Methods

Méthode Description
ServicePoint ( )

Method Details

CloseConnectionGroup() public méthode

public CloseConnectionGroup ( string connectionGroupName ) : bool
connectionGroupName string
Résultat bool

SetTcpKeepAlive() public méthode

public SetTcpKeepAlive ( bool enabled, int keepAliveTime, int keepAliveInterval ) : void
enabled bool
keepAliveTime int
keepAliveInterval int
Résultat void