[corlib] Remove System.Core security types
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Description / HttpUrlReplacementBinding.cs
index 08393a3cdfb0a417a0f53ce1081aa2d338a8ca34..99c29074ece464b5493bc2d50208a414dbf05d11 100644 (file)
@@ -1,11 +1,11 @@
-// \r
-// System.Web.Services.Description.HttpUrlReplacementBinding.cs\r
-//\r
-// Author:\r
-//   Tim Coleman (tim@timcoleman.com)\r
-//\r
-// Copyright (C) Tim Coleman, 2002\r
-//\r
+// 
+// System.Web.Services.Description.HttpUrlReplacementBinding.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 ("urlReplacement", "http://schemas.xmlsoap.org/wsdl/http/", typeof (InputBinding))]\r
-       public sealed class HttpUrlReplacementBinding : ServiceDescriptionFormatExtension {\r
-\r
-               #region Constructors\r
-               \r
-               public HttpUrlReplacementBinding ()\r
-               {\r
-               }\r
-               \r
-               #endregion // Constructors\r
-       }\r
-}\r
+
+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
+       }
+}