private void StreamedUnwrappedMessageWithStream()
 {
     Contracts.StreamedUnwrappedMessageWithStream input = new Contracts.StreamedUnwrappedMessageWithStream();
     input.Header = 1;
     input.Body1  = null;
     this.CustomiseStreamedUnwrappedMessageWithStream(input);
     _testContext.BeginTimer("GeneratedSampleTestWithProxyFromServerTrace_StreamedUnwrappedMessageWithStream");
     try
     {
         streamedStreamServiceClient.StreamedUnwrappedMessageWithStream(input);
     }
     finally
     {
         _testContext.EndTimer("GeneratedSampleTestWithProxyFromServerTrace_StreamedUnwrappedMessageWithStream");
     }
 }
Example #2
0
 private void CustomiseStreamedUnwrappedMessageWithStream(Contracts.StreamedUnwrappedMessageWithStream input)
 {
     input.Body1 = new MemoryStream();
 }