WcfClient.Settings
8.0.2
dotnet add package WcfClient.Settings --version 8.0.2
NuGet\Install-Package WcfClient.Settings -Version 8.0.2
<PackageReference Include="WcfClient.Settings" Version="8.0.2" />
<PackageVersion Include="WcfClient.Settings" Version="8.0.2" />
<PackageReference Include="WcfClient.Settings" />
paket add WcfClient.Settings --version 8.0.2
#r "nuget: WcfClient.Settings, 8.0.2"
#:package WcfClient.Settings@8.0.2
#addin nuget:?package=WcfClient.Settings&version=8.0.2
#tool nuget:?package=WcfClient.Settings&version=8.0.2
WcfClient.Settings
This packages provides a comprehensive set of contracts for dynamically configuring SOAP/WCF clients:
- bindings:
- SoapHttpBinding:
{
"SoapHttpBinding": {
"EndpointAddress": "https://example.com/service.svc",
"CloseTimeout": 30,
"Name": "MySoapHttpBinding",
"NamespaceIdentifier": "http://tempuri.org/",
"OpenTimeout": 30,
"ReceiveTimeout": 60,
"SendTimeout": 60,
"AllowCookies": false,
"BypassProxyOnLocal": true,
"MaxBufferSize": 65536,
"MaxBufferPoolSize": 524288,
"MaxReceivedMessageSize": 65536,
"TransferMode": "Buffered",
"ClientCredentialType": "Windows",
"ProxyCredentialType": "None",
"MessageCredentialType": "UserName",
"UseDefaultWebProxy": true,
"HostNameComparisonMode": "StrongWildcard",
"SecurityMode": "Transport",
"MessageEncoding": "Text"
}
}
- SoapHttpsBinding:
{
"SoapHttpsBinding": {
"EndpointAddress": "https://secure.example.com/service.svc",
"CloseTimeout": 30,
"Name": "MySoapHttpsBinding",
"NamespaceIdentifier": "http://tempuri.org/",
"OpenTimeout": 30,
"ReceiveTimeout": 60,
"SendTimeout": 60,
"AllowCookies": false,
"BypassProxyOnLocal": true,
"MaxBufferSize": 65536,
"MaxBufferPoolSize": 524288,
"MaxReceivedMessageSize": 65536,
"TransferMode": "Buffered",
"ClientCredentialType": "Certificate",
"ProxyCredentialType": "None",
"MessageCredentialType": "UserName",
"UseDefaultWebProxy": true,
"HostNameComparisonMode": "StrongWildcard",
"BasicHttpsSecurityMode": "Transport",
"MessageEncoding": "Text"
}
}
- SoapNetHttpBinding:
{
"SoapNetHttpBinding": {
"EndpointAddress": "https://api.example.com/nethttp/service.svc",
"CloseTimeout": 30,
"Name": "MySoapNetHttpBinding",
"NamespaceIdentifier": "http://tempuri.org/",
"OpenTimeout": 30,
"ReceiveTimeout": 60,
"SendTimeout": 60,
"AllowCookies": false,
"BypassProxyOnLocal": true,
"MaxBufferSize": 65536,
"MaxBufferPoolSize": 524288,
"MaxReceivedMessageSize": 65536,
"TransferMode": "Buffered",
"ClientCredentialType": "Windows",
"ProxyCredentialType": "None",
"MessageCredentialType": "UserName",
"UseDefaultWebProxy": true,
"HostNameComparisonMode": "StrongWildcard",
"MessageEncoding": "Text",
"SecurityMode": "Transport",
"ReliableSessionEnabled": true
}
}
- SoapNetHttpsBinding:
{
"SoapHttpsBinding": {
"EndpointAddress": "https://secure.example.com/service.svc",
"CloseTimeout": 30,
"Name": "MySoapHttpsBinding",
"NamespaceIdentifier": "http://tempuri.org/",
"OpenTimeout": 30,
"ReceiveTimeout": 60,
"SendTimeout": 60,
"AllowCookies": false,
"BypassProxyOnLocal": true,
"MaxBufferSize": 65536,
"MaxBufferPoolSize": 524288,
"MaxReceivedMessageSize": 65536,
"TransferMode": "Buffered",
"ClientCredentialType": "Certificate",
"ProxyCredentialType": "None",
"MessageCredentialType": "UserName",
"UseDefaultWebProxy": true,
"HostNameComparisonMode": "StrongWildcard",
"BasicHttpsSecurityMode": "Transport",
"MessageEncoding": "Text"
}
}
- SoapNetNamedPipeBinding:
{
"SoapNetNamedPipeBinding": {
"EndpointAddress": "net.pipe://localhost/MyService",
"CloseTimeout": 30,
"Name": "MySoapNetNamedPipeBinding",
"NamespaceIdentifier": "http://tempuri.org/",
"OpenTimeout": 30,
"ReceiveTimeout": 60,
"SendTimeout": 60,
"SecurityMode": "Transport",
"ProtectionLevel": "EncryptAndSign",
"TransferMode": "Buffered",
"MaxBufferPoolSize": 524288,
"MaxBufferSize": 65536,
"MaxConnections": 10,
"MaxReceivedMessageSize": 65536
}
}
- SoapNetTcpBinding:
{
"SoapNetTcpBinding": {
"EndpointAddress": "net.tcp://localhost:8080/MyService",
"CloseTimeout": 30,
"Name": "MySoapNetTcpBinding",
"NamespaceIdentifier": "http://tempuri.org/",
"OpenTimeout": 30,
"ReceiveTimeout": 60,
"SendTimeout": 60,
"TransferMode": "Buffered",
"MaxBufferPoolSize": 524288,
"MaxBufferSize": 65536,
"MaxConnections": 10,
"MaxReceivedMessageSize": 65536,
"SecurityMode": "Transport",
"ReliableSessionEnabled": true,
"ClientCredentialType": "Windows",
"ProtectionLevel": "EncryptAndSign",
"MessageCredentialType": "UserName"
}
}
- SoapWsHttpBinding:
{
"SoapWsHttpBinding": {
"EndpointAddress": "https://example.com/wshttp/service.svc",
"CloseTimeout": 30,
"Name": "MySoapWsHttpBinding",
"NamespaceIdentifier": "http://tempuri.org/",
"OpenTimeout": 30,
"ReceiveTimeout": 60,
"SendTimeout": 60,
"SecurityMode": "TransportWithMessageCredential",
"ReliableSessionEnabled": true,
"BypassProxyOnLocal": true,
"TransactionFlow": false,
"MaxBufferPoolSize": 524288,
"MaxReceivedMessageSize": 65536,
"MessageEncoding": "Text",
"UseDefaultWebProxy": true,
"ClientCredentialType": "Windows",
"ProxyCredentialType": "None",
"MessageCredentialType": "UserName",
"EstablishSecurityContext": true,
"NegotiateServiceCredential": true,
"AllowCookies": false
}
}
- SoapWS2007HttpBinding:
{
"SoapWS2007HttpBinding": {
"EndpointAddress": "https://example.com/wshttp2007/service.svc",
"CloseTimeout": 30,
"Name": "MySoapWsHttpBinding",
"NamespaceIdentifier": "http://tempuri.org/",
"OpenTimeout": 30,
"ReceiveTimeout": 60,
"SendTimeout": 60,
"SecurityMode": "TransportWithMessageCredential",
"ReliableSessionEnabled": true,
"BypassProxyOnLocal": true,
"TransactionFlow": false,
"MaxBufferPoolSize": 524288,
"MaxReceivedMessageSize": 65536,
"MessageEncoding": "Text",
"UseDefaultWebProxy": true,
"ClientCredentialType": "Windows",
"ProxyCredentialType": "None",
"MessageCredentialType": "UserName",
"EstablishSecurityContext": true,
"NegotiateServiceCredential": true,
"AllowCookies": false
}
}
- SoapWSFederationHttpBinding:
{
"SoapWSFederationHttpBinding": {
"EndpointAddress": "https://auth.example.com/wsfed/service.svc",
"CloseTimeout": 30,
"Name": "MySoapWSFederationHttpBinding",
"NamespaceIdentifier": "http://tempuri.org/",
"OpenTimeout": 30,
"ReceiveTimeout": 60,
"SendTimeout": 60,
"SecurityMode": "TransportWithMessageCredential",
"ReliableSessionEnabled": true,
"BypassProxyOnLocal": true,
"TransactionFlow": false,
"MaxBufferPoolSize": 524288,
"MaxReceivedMessageSize": 65536,
"MessageEncoding": "Text",
"UseDefaultWebProxy": true,
"ClientCredentialType": "Windows",
"ProxyCredentialType": "None",
"MessageCredentialType": "UserName",
"EstablishSecurityContext": true,
"NegotiateServiceCredential": true,
"AllowCookies": false,
"WsTrustTokenParameters": {
"IssuerAddress": "https://sts.example.com/issue",
"IssuerBinding": "WSHttpBinding",
"KeyType": "Bearer",
"TokenType": "urn:oasis:names:tc:SAML:2.0:assertion",
"Claims": [
"email",
"role",
"name"
]
}
}
}
- endpoint types:
- BasicHttpBinding;
- BasicHttpsBinding;
- BasicNetHttpBinding;
- BasicNetHttpsBinding;
- BasicNetNamedPipeBinding;
- BasicNetTcpBinding;
- BasicWsHttpBinding;
- BasicWS2007HttpBinding;
- BasicWSFederationHttpBinding;
- CustomBinding;
- models for managing
- outgoing soap message headers;
- outgoing soap message properties and cookies.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.Options (>= 8.0.2)
- System.ServiceModel.Federation (>= 8.0.0)
- System.ServiceModel.Http (>= 8.0.0)
- System.ServiceModel.NetNamedPipe (>= 8.0.0)
- System.ServiceModel.NetTcp (>= 8.0.0)
- System.ServiceModel.Primitives (>= 8.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WcfClient.Settings:
| Package | Downloads |
|---|---|
|
WcfClient.Dynamic
This package simplifies the process of consuming web endpoints of SOAP style, allowing dynamic (re)configuration of endpoint address, binding type, and all related data within appsettings. Incoming and outgoing messages, as well as other properties, can be configured using this package. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.0.2 | 173 | 10/26/2025 |
| 8.0.0 | 493 | 5/18/2024 |
| 8.0.0-beta | 174 | 5/8/2024 |
| 8.0.0-alpha | 137 | 5/1/2024 |
| 6.0.0 | 247 | 6/6/2024 |
| 5.0.0 | 279 | 6/17/2024 |
Added ServiceLifetime DI option for GenericWcfClient. Applied additional Security's Transport and Message options for appsettings.