Base:
method
Write
System.IO.Stream.Write(System.Byte[], System.Int32, System.Int32)
3 overrides of Write
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
4020public override void Write(byte[] buffer, int offset, int count)
System\ServiceModel\Channels\MaxMessageSizeStream.cs (1)
55public override void Write(byte[] buffer, int offset, int count)
System\ServiceModel\Channels\TimeoutStream.cs (1)
58public override void Write(byte[] buffer, int offset, int count)
2 references to Write
System.ServiceModel (2)
System\ServiceModel\Channels\MaxMessageSizeStream.cs (1)
58base.Write(buffer, offset, count);
System\ServiceModel\Channels\TimeoutStream.cs (1)
61base.Write(buffer, offset, count);