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