Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
NHS111
Utils
Helpers
RestfulHelper
C# Class NHS111.Utils.Helpers.RestfulHelper
Inheritance:
IRestfulHelper
Mostra file
Open project: NHSChoices/nhs111-dotnet-beta
Public Methods
Method
Description
GetAsync
(
string
url
) :
Task
PostAsync
(
string
url
,
HttpRequestMessage
request
) :
Task
RestfulHelper
( ) :
System
Method Details
GetAsync()
public
method
public
GetAsync
(
string
url
) :
Task
url
string
return
Task
PostAsync()
public
method
public
PostAsync
(
string
url
,
HttpRequestMessage
request
) :
Task
url
string
request
System.Net.Http.HttpRequestMessage
return
Task
RestfulHelper()
public
method
public
RestfulHelper
( ) :
System
return
System