Merge pull request #762 from echampet/wsdl
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Description / HttpUrlEncodedBinding.cs
index 80622474163a85cd2082ef93bf4edde36ea6cd8a..4a51978d5b3b309883512dd08939c3612b5d4898 100644 (file)
@@ -1,11 +1,11 @@
-// \r
-// System.Web.Services.Description.HttpUrlEncodedBinding.cs\r
-//\r
-// Author:\r
-//   Tim Coleman (tim@timcoleman.com)\r
-//\r
-// Copyright (C) Tim Coleman, 2002\r
-//\r
+// 
+// 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
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-\r
-using System.Web.Services.Configuration;\r
-\r
-namespace System.Web.Services.Description {\r
-       [XmlFormatExtension ("urlEncoded", "http://schemas.xmlsoap.org/wsdl/http/", typeof (InputBinding))]\r
-       public sealed class HttpUrlEncodedBinding : ServiceDescriptionFormatExtension {\r
-\r
-               #region Constructors\r
-               \r
-               public HttpUrlEncodedBinding ()\r
-               {\r
-               }\r
-               \r
-               #endregion // Constructors\r
-       }\r
-}\r
+
+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
+       }
+}