C# Класс Elastacloud.AzureManagement.Fluent.Clients.Helpers.WebsiteRequestHelper

Наследование: IWebsiteRequestHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
ExecuteCommand ( string uri, int status ) : void

Executes a command request and doesn't wait or process the response but checks the status and throws an exception if not acheived

GetStringResponse ( string username, string password, string uri ) : string

Used to get a string response given a uri, username and password

PostStringResponse ( string username, string password, string uri, string content ) : string

Used to get a return value from a post request

Приватные методы

Метод Описание
GetBasicAuthenticationCredentials ( string username, string password ) : string
GetWebClient ( ) : HttpClient
GetWebClient ( string username, string password ) : HttpClient

Описание методов

ExecuteCommand() публичный Метод

Executes a command request and doesn't wait or process the response but checks the status and throws an exception if not acheived
public ExecuteCommand ( string uri, int status ) : void
uri string the uri requested
status int The Http Status response code expected
Результат void

GetStringResponse() публичный Метод

Used to get a string response given a uri, username and password
public GetStringResponse ( string username, string password, string uri ) : string
username string
password string
uri string
Результат string

PostStringResponse() публичный Метод

Used to get a return value from a post request
public PostStringResponse ( string username, string password, string uri, string content ) : string
username string
password string
uri string
content string
Результат string