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