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