Hey, I'm using a Web Reference in my MonoDroid-project. I defined some methods in the WebService and wanted to use them on the client / MonoDroid-App. But all methods have got some additional parameters I haven't defined. For example:
I defined: void Service.CreatUser(string userName, string password) and on the client its: void Service.CreateUser(string userName, string password, out bool CreateUserResult, out bool CreateUserResultSpecified) Whats the meaning of these booleans? Do I have to use them, or is it possible to turn off that behaviour? Thanks a lot! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Web-Reference-method-parameters-tp4718424p4718424.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
