SoapMessage.OneWay プロパティ
アセンブリ: System.Web.Services (system.web.services.dll 内)

XML Web サービス メソッドに適用される SoapDocumentMethodAttribute または SoapRpcMethodAttribute の OneWay プロパティが true の場合は true。それ以外の場合は false。

一方向 XML Web サービス メソッドの詳細については、SoapDocumentMethodAttribute または SoapRpcMethodAttribute の SoapDocumentMethodAttribute.OneWay プロパティのトピックを参照してください。

If message.OneWay Then myStreamWriter.WriteLine( _ "The method invoked on the client shall not wait" & _ " till the server finishes") Else myStreamWriter.WriteLine( _ "The method invoked on the client shall wait" & _ " till the server finishes") End If
if(message.OneWay) myStreamWriter.WriteLine( "The method invoked on the client shall not wait" + " till the server finishes"); else myStreamWriter.WriteLine( "The method invoked on the client shall wait" + " till the server finishes");

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.OneWay プロパティを検索する場合は、下記のリンクをクリックしてください。

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