![]() |
VOOZH | about |
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" />Directory.Packages.props
<PackageReference Include="WcfClient.Settings" />Project file
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.2Install as a Cake Addin
#tool nuget:?package=WcfClient.Settings&version=8.0.2Install as a Cake Tool
This packages provides a comprehensive set of contracts for dynamically configuring SOAP/WCF clients:
{
"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": {
"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": {
"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
}
}
{
"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": {
"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": {
"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": {
"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": {
"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": {
"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"
]
}
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
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. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.0.2 | 244 | 10/26/2025 |
| 8.0.0 | 1,400 | 5/18/2024 |
| 8.0.0-beta | 226 | 5/8/2024 |
| 8.0.0-alpha | 182 | 5/1/2024 |
| 6.0.0 | 286 | 6/6/2024 |
| 5.0.0 | 329 | 6/17/2024 |
Added ServiceLifetime DI option for GenericWcfClient. Applied additional Security's Transport and Message options for appsettings.