1 override of EndGetOutputStream
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2502protected override Stream EndGetOutputStream(IAsyncResult result)
3 references to EndGetOutputStream
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelHelpers.cs (3)
2097httpOutput.outputStream = httpOutput.EndGetOutputStream(result); 2126httpOutput.outputStream = httpOutput.EndGetOutputStream(result); 2277thisPtr.httpOutput.outputStream = thisPtr.httpOutput.EndGetOutputStream(result);