C# Class Microsoft.WindowsAzure.Commands.Utilities.Websites.KuduRemoteClientBase

Mostra file Open project: Azure/azure-powershell

Protected Methods

Method Description
KuduRemoteClientBase ( ) : System

Parameterless constructor for mocking

KuduRemoteClientBase ( string serviceUrl, ICredentials credentials = null, HttpMessageHandler handler = null ) : System

Method Details

KuduRemoteClientBase() protected method

Parameterless constructor for mocking
protected KuduRemoteClientBase ( ) : System
return System

KuduRemoteClientBase() protected method

protected KuduRemoteClientBase ( string serviceUrl, ICredentials credentials = null, HttpMessageHandler handler = null ) : System
serviceUrl string
credentials ICredentials
handler System.Net.Http.HttpMessageHandler
return System