The System.ServiceModel.Http provides the types that permit SOAP messages to be exchanged using Http (example: BasicHttpBinding).
Install System.ServiceModel.Http package from Nuget.org
dotnet add package System.ServiceModel.Http
See WCF Samples for samples on how to use System.ServiceModel.Http.
To explore the project or contribute, visit our GitHub repository. For reporting issues or providing feedback, please open an issue on GitHub.