Exemplo n.º 1
0
                    private static bool HandleEndOnWriteBodyContents(IAsyncResult result)
                    {
                        OnWriteBodyContentsAsyncResult thisPtr = (OnWriteBodyContentsAsyncResult)result.AsyncState;

                        thisPtr._operationFormatter.EndSerializeBodyContents(result);
                        return(true);
                    }
Exemplo n.º 2
0
 protected override void OnEndWriteBodyContents(IAsyncResult result)
 {
     OnWriteBodyContentsAsyncResult.End(result);
 }
Exemplo n.º 3
0
 protected virtual void OnEndWriteBodyContents(IAsyncResult result)
 {
     OnWriteBodyContentsAsyncResult.End(result);
 }