23 references to ConnectionOrientedTransportDefaults
dotnet-svcutil-lib (23)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (7)
25
_connectionBufferSize =
ConnectionOrientedTransportDefaults
.ConnectionBufferSize;
26
_hostNameComparisonMode =
ConnectionOrientedTransportDefaults
.HostNameComparisonMode;
27
_maxOutputDelay =
ConnectionOrientedTransportDefaults
.MaxOutputDelay;
29
_transferMode =
ConnectionOrientedTransportDefaults
.TransferMode;
45
[DefaultValue(
ConnectionOrientedTransportDefaults
.ConnectionBufferSize)]
77
[DefaultValue(
ConnectionOrientedTransportDefaults
.HostNameComparisonMode)]
134
[DefaultValue(
ConnectionOrientedTransportDefaults
.TransferMode)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncoder.cs (1)
60
byte[] buffer = bufferManager.TakeBuffer(
ConnectionOrientedTransportDefaults
.ConnectionBufferSize);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\NamedPipeConnectionPoolSettings.cs (3)
17
_groupName =
ConnectionOrientedTransportDefaults
.ConnectionPoolGroupName;
18
_idleTimeout =
ConnectionOrientedTransportDefaults
.IdleTimeout;
19
_maxOutputConnectionsPerEndpoint =
ConnectionOrientedTransportDefaults
.MaxOutboundConnectionsPerEndpoint;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (3)
18
_groupName =
ConnectionOrientedTransportDefaults
.ConnectionPoolGroupName;
19
_idleTimeout =
ConnectionOrientedTransportDefaults
.IdleTimeout;
21
_maxOutboundConnectionsPerEndpoint =
ConnectionOrientedTransportDefaults
.MaxOutboundConnectionsPerEndpoint;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
96
allowNtlmWrapper.Value =
ConnectionOrientedTransportDefaults
.AllowNtlm;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (2)
21
_protectionLevel =
ConnectionOrientedTransportDefaults
.ProtectionLevel;
30
[DefaultValue(
ConnectionOrientedTransportDefaults
.ProtectionLevel)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs (1)
22
[DefaultValue(
ConnectionOrientedTransportDefaults
.ProtectionLevel)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (2)
50
[DefaultValue(
ConnectionOrientedTransportDefaults
.TransferMode)]
57
[DefaultValue(
ConnectionOrientedTransportDefaults
.HostNameComparisonMode)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeSecurity.cs (1)
80
if (this._transport.ProtectionLevel ==
ConnectionOrientedTransportDefaults
.ProtectionLevel)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (2)
54
[DefaultValue(
ConnectionOrientedTransportDefaults
.TransferMode)]
61
[DefaultValue(
ConnectionOrientedTransportDefaults
.HostNameComparisonMode)]