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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSoapMessage.MethodInfo プロパティを検索する場合は、下記のリンクをクリックしてください。

- SoapMessage.MethodInfo プロパティのページへのリンク