Implemented interface member:
property
AsyncReadBuffer
System.ServiceModel.Channels.IConnection.AsyncReadBuffer
2 references to AsyncReadBuffer
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
234
ConnectionUtilities.ValidateBufferBounds(
AsyncReadBuffer
, offset, size);
278
this.readOverlapped.StartAsyncOperation(
AsyncReadBuffer
, this.onAsyncReadComplete, this.isBoundToCompletionPort);