2 overrides of OnBeginWriteBodyContents
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
716
protected override IAsyncResult
OnBeginWriteBodyContents
(XmlDictionaryWriter writer, AsyncCallback callback, object state)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
501
protected override IAsyncResult
OnBeginWriteBodyContents
(XmlDictionaryWriter writer, AsyncCallback callback, object state)
1 reference to OnBeginWriteBodyContents
System.ServiceModel (1)
System\ServiceModel\Channels\BodyWriter.cs (1)
121
return
OnBeginWriteBodyContents
(writer, callback, state);