3 implementations of EndRead
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
109
public virtual int
EndRead
()
694
public int
EndRead
()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
378
public int
EndRead
()
5 references to EndRead
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (4)
111
return _connection.
EndRead
();
386
tcs.TrySetResult(_connection.
EndRead
());
413
tcs.TrySetResult(thisPtr._connection.
EndRead
());
841
int ackBytesRead = connection.
EndRead
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
155
bytesRead = _connection.
EndRead
();