11 references to ServerSessionEncoder
System.ServiceModel (11)
System\ServiceModel\Channels\FramingChannels.cs (1)
1259
if (connection.BeginRead(0,
ServerSessionEncoder
.UpgradeResponseBytes.Length, timeoutHelper.RemainingTime(),
System\ServiceModel\Channels\SessionConnectionReader.cs (8)
445
Connection.Write(
ServerSessionEncoder
.UpgradeResponseBytes, 0,
ServerSessionEncoder
.UpgradeResponseBytes.Length, true, timeoutHelper.RemainingTime());
480
Connection.Write(
ServerSessionEncoder
.AckResponseBytes, 0,
481
ServerSessionEncoder
.AckResponseBytes.Length, true, timeoutHelper.RemainingTime());
745
ServerSessionEncoder
.UpgradeResponseBytes, 0,
ServerSessionEncoder
.UpgradeResponseBytes.Length,
769
channel.Connection.BeginWrite(
ServerSessionEncoder
.AckResponseBytes, 0,
770
ServerSessionEncoder
.AckResponseBytes.Length, true, timeoutHelper.RemainingTime(),
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
561
if (this.currentConnection.BeginWrite(
ServerSessionEncoder
.AckResponseBytes, 0,
ServerSessionEncoder
.AckResponseBytes.Length,