Info
Version: | 1.0.1 |
Author(s): | Macross.ServiceModel.Extensions |
Last Update: | Friday, April 10, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Macross-Software/core/tree/develop/ClassLibraries/Macross.ServiceModel.Extensions |
NuGet Url: | https://www.nuget.org/packages/Macross.ServiceModel.Extensions |
Install
Install-Package Macross.ServiceModel.Extensions
dotnet add package Macross.ServiceModel.Extensions
paket add Macross.ServiceModel.Extensions
Macross.ServiceModel.Extensions Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.1)
- Microsoft.Extensions.Options(>= 3.1.1)
- System.ServiceModel.Primitives(>= 4.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.1)
- Microsoft.Extensions.Options(>= 3.1.1)
- System.ServiceModel.Primitives(>= 4.7.0)
Provides extensions for the System.ServiceModel API.
Commonly Used Types:
System.ServiceModel.SoapClient<TChannel>
Commonly Used Extensions:
Microsoft.Extensions.DependencyInjection.AddSoapClient<TChannel, TImplementation>.