2 writes to connection
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (2)
443
this.
connection
= connection;
548
this.
connection
= ConnectionUpgradeHelper.EndInitiateUpgrade(result);
10 references to connection
System.ServiceModel (10)
System\ServiceModel\Channels\FramingChannels.cs (10)
487
return thisPtr.
connection
;
492
this.
connection
.EndWrite();
534
channel, channel.RemoteAddress, this.
connection
, channel.decoder, this.upgradeInitiator,
584
AsyncCompletionResult writePreambleResult = this.
connection
.BeginWrite(
593
this.
connection
.EndWrite();
599
AsyncCompletionResult readAckResult = this.
connection
.BeginRead(0, 1,
612
int ackBytesRead =
connection
.EndRead();
616
connection
.AsyncReadBuffer, ackBytesRead, channel.decoder, channel.Via))
619
connection
, channel.Via, channel.MessageEncoder.ContentType, ref timeoutHelper,
796
thisPtr.
connection
.EndWrite();