3 implementations of Write
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
93
public virtual void
Write
(byte[] buffer, int offset, int size, bool immediate, TimeSpan timeout, BufferManager bufferManager)
628
public void
Write
(byte[] buffer, int offset, int size, bool immediate, TimeSpan timeout, BufferManager bufferManager)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
315
public void
Write
(byte[] buffer, int offset, int size, bool immediate, TimeSpan timeout, BufferManager bufferManager)
3 references to Write
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedConnection.cs (1)
179
Connection.
Write
(buffer, offset, size, true, timeout, bufferManager);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
95
_connection.
Write
(buffer, offset, size, immediate, timeout, bufferManager);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
84
this.Connection.
Write
(messageData.Array, messageData.Offset, messageData.Count, !allowOutputBatching,