OperationInput.cs 319 B

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