From dd13c6401a31af47d5d05810e3a4172f0961d524 Mon Sep 17 00:00:00 2001 From: Samuel Wanjohi Date: Fri, 29 Nov 2024 19:31:36 +0300 Subject: [PATCH] Added title, description and author --- .../client/using-dataservice-ihttpclientfactory.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Odata-docs/client/using-dataservice-ihttpclientfactory.md b/Odata-docs/client/using-dataservice-ihttpclientfactory.md index afd00f1d..add9fa22 100644 --- a/Odata-docs/client/using-dataservice-ihttpclientfactory.md +++ b/Odata-docs/client/using-dataservice-ihttpclientfactory.md @@ -1,3 +1,14 @@ +--- +title: "Using DataserviceContext IHttpClientFactory in Microsoft.OData.Client" +description: "This tutorial provides guidance on using IHttpClientFactory with OData Client in a .NET application." + +author: WanjohiSammy +ms.author: swanjohi +ms.date: 29/11/2024 +ms.topic: article + +--- + # Using DataserviceContext IHttpClientFactory in Microsoft.OData.Client Ever wanted to use `HttpClient` with [`Microsoft.OData.Client`](https://learn.microsoft.com/odata/client/getting-started)? Now you can! In this post, we'll show you how to do it easily and highlight the benefits.