1 write to transportSettings
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
272
this.
transportSettings
= transportSettingsCallback(via);
8 references to transportSettings
System.ServiceModel (8)
System\ServiceModel\Channels\SingletonConnectionReader.cs (8)
101
get { return this.
transportSettings
; }
274
if (
transportSettings
== null)
393
if (!this.parent.
transportSettings
.MessageEncoderFactory.Encoder.IsContentTypeSupported(Decoder.ContentType))
397
SR.ContentTypeMismatch, Decoder.ContentType, parent.
transportSettings
.MessageEncoderFactory.Encoder.ContentType)));
400
upgrade = this.parent.
transportSettings
.Upgrade;
594
upgradeAsyncResult = InitialServerConnectionReader.BeginUpgradeConnection(this.currentConnection, upgradeAcceptor, this.parent.
transportSettings
, onUpgradeComplete, this);
850
if ((this.
transportSettings
.AuditBehavior.MessageAuthenticationAuditLevel & auditLevel) != auditLevel)
866
ServiceSecurityAuditBehavior auditBehavior = this.
transportSettings
.AuditBehavior;