| 12345678910111213141516 |
- //
- // System.Web.Services.Protocols.SoapClientMethod.cs
- //
- // Author:
- // Tim Coleman ([email protected])
- //
- // Copyright (C) Tim Coleman, 2002
- //
- using System.Web.Services;
- namespace System.Web.Services.Protocols {
- [MonoTODO ("Determine what this class does.")]
- internal sealed class SoapClientMethod {
- }
- }
|