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