Implemented interface member:
method
BeginRead
System.ServiceModel.Channels.IConnection.BeginRead(System.Int32, System.Int32, System.TimeSpan, System.Action<System.Object>, System.Object)
1 override of BeginRead
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
170
public override AsyncCompletionResult
BeginRead
(int offset, int size, TimeSpan timeout, Action<object> callback, object state)
1 reference to BeginRead
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
184
return base.
BeginRead
(offset, size, timeout, callback, state);