C# Class Microsoft.WindowsAzure.Commands.Sync.ServicePointHandler

Inheritance: IDisposable
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
Dispose ( ) : void
ServicePointHandler ( Uri uri, int connectionLimit ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetWebProxy ( ) : IWebProxy

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ServicePointHandler() public méthode

public ServicePointHandler ( Uri uri, int connectionLimit ) : System
uri System.Uri
connectionLimit int
Résultat System