X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web.Services%2FSystem.Web.Services.Description%2FHttpUrlEncodedBinding.cs;h=4a51978d5b3b309883512dd08939c3612b5d4898;hb=6dae772d495d85e1f4f33c1c660cbcc9589d20c6;hp=80622474163a85cd2082ef93bf4edde36ea6cd8a;hpb=c4a3b30460c7ea1a1fb3c97cfc8478555714af2f;p=mono.git diff --git a/mcs/class/System.Web.Services/System.Web.Services.Description/HttpUrlEncodedBinding.cs b/mcs/class/System.Web.Services/System.Web.Services.Description/HttpUrlEncodedBinding.cs index 80622474163..4a51978d5b3 100644 --- a/mcs/class/System.Web.Services/System.Web.Services.Description/HttpUrlEncodedBinding.cs +++ b/mcs/class/System.Web.Services/System.Web.Services.Description/HttpUrlEncodedBinding.cs @@ -1,11 +1,11 @@ -// -// System.Web.Services.Description.HttpUrlEncodedBinding.cs -// -// Author: -// Tim Coleman (tim@timcoleman.com) -// -// Copyright (C) Tim Coleman, 2002 -// +// +// System.Web.Services.Description.HttpUrlEncodedBinding.cs +// +// Author: +// Tim Coleman (tim@timcoleman.com) +// +// Copyright (C) Tim Coleman, 2002 +// // // Permission is hereby granted, free of charge, to any person obtaining @@ -27,19 +27,19 @@ // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // - -using System.Web.Services.Configuration; - -namespace System.Web.Services.Description { - [XmlFormatExtension ("urlEncoded", "http://schemas.xmlsoap.org/wsdl/http/", typeof (InputBinding))] - public sealed class HttpUrlEncodedBinding : ServiceDescriptionFormatExtension { - - #region Constructors - - public HttpUrlEncodedBinding () - { - } - - #endregion // Constructors - } -} + +using System.Web.Services.Configuration; + +namespace System.Web.Services.Description { + [XmlFormatExtension ("urlEncoded", "http://schemas.xmlsoap.org/wsdl/http/", typeof (InputBinding))] + public sealed class HttpUrlEncodedBinding : ServiceDescriptionFormatExtension { + + #region Constructors + + public HttpUrlEncodedBinding () + { + } + + #endregion // Constructors + } +}