1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
326
this.
parent
= parent;
18 references to parent
System.ServiceModel (18)
System\ServiceModel\Channels\SingletonConnectionReader.cs (18)
340
return this.
parent
.connectionBuffer;
344
this.
parent
.connectionBuffer = value;
352
return this.
parent
.offset;
356
this.
parent
.offset = value;
364
return this.
parent
.size;
368
this.
parent
.size = value;
387
return this.
parent
.decoder;
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;
407
this.currentConnection = this.
parent
.Connection;
412
this.
parent
.SendFault(faultString, ref timeoutHelper);
528
this.
parent
.WriteAuditFailure(upgradeAcceptor as StreamSecurityUpgradeAcceptor, exception);
543
this.
parent
.WriteAuditFailure(upgradeAcceptor as StreamSecurityUpgradeAcceptor, exception);
554
this.
parent
.SetupSecurityIfNecessary(upgradeAcceptor);
594
upgradeAsyncResult = InitialServerConnectionReader.BeginUpgradeConnection(this.currentConnection, upgradeAcceptor, this.
parent
.transportSettings, onUpgradeComplete, this);
613
&& this.
parent
.channelBindingToken == null)//first one wins in the case of multiple upgrades.
615
this.
parent
.channelBindingToken = channelBindingProvider.GetChannelBinding(this.upgradeAcceptor, ChannelBindingKind.Endpoint);