2 references to BeginCloseInput
System.ServiceModel (2)
System\ServiceModel\InstanceContext.cs (1)
321return channels.BeginCloseInput(timeout, callback, state);
System\ServiceModel\ServiceChannelManager.cs (1)
316return new ChainedAsyncResult(timeout, callback, state, BeginCloseInput, EndCloseInput, OnBeginCloseContinue, OnEndCloseContinue);