OperationOutput.cs 272 B

12345678910111213
  1. //
  2. // System.Web.Services.Description.OperationOutput.cs
  3. //
  4. // Author:
  5. // Tim Coleman ([email protected])
  6. //
  7. // Copyright (C) Tim Coleman, 2002
  8. //
  9. namespace System.Web.Services.Description {
  10. public sealed class OperationOutput : OperationMessage {
  11. }
  12. }