3 types derived from BodyWriter
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
798public class CustomBodyWriter : BodyWriter
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustRequestBodyWriter.cs (1)
14internal class WSTrustRequestBodyWriter : BodyWriter
UnitTests.Common (1)
TestHelpers.cs (1)
334public class CustomBodyWriter : BodyWriter
5 references to BodyWriter
System.ServiceModel (1)
netstandard.cs (1)
38[assembly: TypeForwardedTo(typeof(BodyWriter))]
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustRequestBodyWriter.cs (1)
12/// Defines a <see cref="BodyWriter"/> that writes a <see cref="WsTrustRequest"/> into a <see cref="XmlDictionaryWriter"/>.
System.ServiceModel.Primitives (3)
netstandard.cs (3)
1298public System.ServiceModel.Channels.BodyWriter CreateBufferedCopy(int maxBufferSize) { return default; } 1299protected virtual System.ServiceModel.Channels.BodyWriter OnCreateBufferedCopy(int maxBufferSize) { return default; } 1548public static System.ServiceModel.Channels.Message CreateMessage(System.ServiceModel.Channels.MessageVersion version, string action, System.ServiceModel.Channels.BodyWriter body) { return default; }