C# Класс Serializer.HttpHelpers

Показать файл Открыть проект

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

Метод Описание
GetHttpContent ( string url ) : string
GetHttpResponseMessage ( SupportedHttpMethods httpMethod, string url ) : HttpResponseMessage
GetHttpResponseMessage ( SupportedHttpMethods httpMethod, string url, string content ) : HttpResponseMessage
HttpInvoke ( SupportedHttpMethods httpMethod, string url ) : void
HttpInvoke ( SupportedHttpMethods httpMethod, string url, string content ) : void

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

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

public GetHttpContent ( string url ) : string
url string
Результат string

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

public GetHttpResponseMessage ( SupportedHttpMethods httpMethod, string url ) : HttpResponseMessage
httpMethod SupportedHttpMethods
url string
Результат System.Net.Http.HttpResponseMessage

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

public GetHttpResponseMessage ( SupportedHttpMethods httpMethod, string url, string content ) : HttpResponseMessage
httpMethod SupportedHttpMethods
url string
content string
Результат System.Net.Http.HttpResponseMessage

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

public HttpInvoke ( SupportedHttpMethods httpMethod, string url ) : void
httpMethod SupportedHttpMethods
url string
Результат void

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

public HttpInvoke ( SupportedHttpMethods httpMethod, string url, string content ) : void
httpMethod SupportedHttpMethods
url string
content string
Результат void