1 write to Connection
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
398this.Connection = connection;
6 references to Connection
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (6)
54Connection.Write(SessionEncoder.EndBytes, 0, SessionEncoder.EndBytes.Length, true, timeout); 59return Connection.WriteAsync(SessionEncoder.EndBytes, 0, SessionEncoder.EndBytes.Length, true, timeout); 84this.Connection.Write(messageData.Array, messageData.Offset, messageData.Count, !allowOutputBatching, 90return this.Connection.BeginWrite(SessionEncoder.EndBytes, 0, SessionEncoder.EndBytes.Length, 96this.Connection.EndWrite(); 101return this.Connection.BeginWrite(messageData.Array, messageData.Offset, messageData.Count,