IRgfApiServiceExtensionPostAsyncResultType(IRgfApiService, String, HttpContent, DictionaryString, String, CancellationToken, Version, Boolean) Method
Namespace: Recrovit.RecroGridFramework.Abstraction.Contracts.ServicesAssembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.0.0+e8283e3f27c12b225538d1f420c3624f3932ffc8
public static Task<IRgfApiResponse<ResultType>> PostAsync<ResultType>(
this IRgfApiService service,
string requestUri,
HttpContent content,
Dictionary<string, string> headerParam = null,
CancellationToken cancellationToken = default,
Version version = null,
bool authClient = true
)
where ResultType : class
- service IRgfApiService
-
- requestUri String
-
- content HttpContent
-
- headerParam DictionaryString, String (Optional)
-
- cancellationToken CancellationToken (Optional)
-
- version Version (Optional)
-
- authClient Boolean (Optional)
-
- ResultType
TaskIRgfApiResponseResultTypeIn Visual Basic and C#, you can call this method as an instance method on any object of type
IRgfApiService. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).