Implemented interface member:
method
Write
System.ServiceModel.Channels.IConnection.Write(System.Byte[], System.Int32, System.Int32, System.Boolean, System.TimeSpan)
2 overrides of Write
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedConnection.cs (1)
127public override void Write(byte[] buffer, int offset, int size, bool immediate, TimeSpan timeout)
System\ServiceModel\Channels\TracingConnection.cs (1)
129public override void Write(byte[] buffer, int offset, int size, bool immediate, TimeSpan timeout)
1 reference to Write
System.ServiceModel (1)
System\ServiceModel\Channels\TracingConnection.cs (1)
133base.Write(buffer, offset, size, immediate, timeout);