2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / System.Runtime.Serialization.Formatters.Soap / SoapFormatter.cs
index 4d08c5fad83e0866409331eb1461e521f6124b82..c4ce7ca7bd7eaf5372065f4b48698308c3cfb5fb 100755 (executable)
@@ -26,6 +26,7 @@ namespace System.Runtime.Serialization.Formatters.Soap {
                private SerializationBinder _binder;\r
                private StreamingContext _context;\r
                private ISurrogateSelector _selector;\r
+               private FormatterAssemblyStyle _assemblyFormat = FormatterAssemblyStyle.Full;\r
                private ISoapMessage _topObject;\r
                \r
                public SoapFormatter() {\r
@@ -113,14 +114,16 @@ namespace System.Runtime.Serialization.Formatters.Soap {
                        }\r
                }\r
                \r
-       \r
-               //private methods\r
-               \r
-               // finish the work on the SoapMessage\r
-               // fill the SoapMessage.ParamName array\r
-               // fill the SoapMessage.ParamType array\r
-               // convert the SoapMessage.ParamValue array items\r
-               // to the right type if needed\r
-               \r
+               [MonoTODO ("Interpret this")]\r
+               public FormatterAssemblyStyle AssemblyFormat\r
+               {\r
+                       get {\r
+                               return _assemblyFormat;\r
+                       }\r
+                       set {\r
+                               _assemblyFormat = value;\r
+                       }\r
+               }\r
+\r
        }\r
 }\r