| 123456789101112131415161718192021222324 |
- //
- // System.Web.Services.Description.HttpUrlReplacementBinding.cs
- //
- // Author:
- // Tim Coleman ([email protected])
- //
- // Copyright (C) Tim Coleman, 2002
- //
- using System.Web.Services.Configuration;
- namespace System.Web.Services.Description {
- [XmlFormatExtension ("urlReplacement", "http://schemas.xmlsoap.org/wsdl/http/", typeof (InputBinding))]
- public sealed class HttpUrlReplacementBinding : ServiceDescriptionFormatExtension {
- #region Constructors
-
- public HttpUrlReplacementBinding ()
- {
- }
-
- #endregion // Constructors
- }
- }
|