4 implementations of Read
System.ServiceModel (4)
System\ServiceModel\Channels\Connection.cs (2)
151
public virtual int
Read
(byte[] buffer, int offset, int size, TimeSpan timeout)
805
public int
Read
(byte[] buffer, int offset, int size, TimeSpan timeout)
System\ServiceModel\Channels\PipeConnection.cs (1)
988
unsafe public int
Read
(byte[] buffer, int offset, int size, TimeSpan timeout)
System\ServiceModel\Channels\SocketConnection.cs (1)
1089
public int
Read
(byte[] buffer, int offset, int size, TimeSpan timeout)
2 references to Read
System.ServiceModel (2)
System\ServiceModel\Channels\Connection.cs (2)
153
return connection.
Read
(buffer, offset, size, timeout);
412
return connection.
Read
(buffer, offset, count, timeout);