(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / Microsoft.Web.Services / Microsoft.Web.Services.Routing / RoutingInputfilter.cs
blob268c80d3999780045a9ee391cc8793c86b6b3066
1 //
2 // RoutingInputFilter.cs: Routing SOAP Input Filter
3 //
4 // Author:
5 // Sebastien Pouliot (spouliot@motus.com)
6 //
7 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
8 //
10 using System;
12 namespace Microsoft.Web.Services.Routing {
14 public class RoutingInputFilter : SoapInputFilter {
16 public RoutingInputFilter () {}
18 [MonoTODO]
19 public override void ProcessMessage (SoapEnvelope envelope)
21 if (envelope == null)
22 throw new ArgumentNullException ("envelope");
23 // TODO