SoapMessage.MethodInfo プロパティ
アセンブリ: System.Web.Services (system.web.services.dll 内)
構文SOAP 要求の対象となる XML Web サービス メソッドを表す LogicalMethodInfo。
解説MethodInfo には、任意の SoapMessageStage 中にアクセスできますが、データを持つことができるのは AfterDeserialize 中と BeforeSerialize 中だけです。
使用例myStreamWriter.WriteLine("The method that has been invoked is: ") myStreamWriter.WriteLine(ControlChars.Tab & message.MethodInfo.ToString())
myStreamWriter.WriteLine("The method that has been invoked is: ");
myStreamWriter.WriteLine("\t" + message.MethodInfo);
プラットフォームWindows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- SoapMessage.MethodInfo プロパティのページへのリンク