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

Inheritance: IDisposable
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
Dispose ( ) : void
ServicePointHandler ( Uri uri, int connectionLimit ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetWebProxy ( ) : IWebProxy

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ServicePointHandler() public method

public ServicePointHandler ( Uri uri, int connectionLimit ) : System
uri System.Uri
connectionLimit int
return System