SoapClientMethod.cs 332 B

12345678910111213141516
  1. //
  2. // System.Web.Services.Protocols.SoapClientMethod.cs
  3. //
  4. // Author:
  5. // Tim Coleman ([email protected])
  6. //
  7. // Copyright (C) Tim Coleman, 2002
  8. //
  9. using System.Web.Services;
  10. namespace System.Web.Services.Protocols {
  11. [MonoTODO ("Determine what this class does.")]
  12. internal sealed class SoapClientMethod {
  13. }
  14. }