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

Dim instance As SoapBodyBinding Dim value As String value = instance.Encoding instance.Encoding = value
/** @property */ public String get_Encoding () /** @property */ public void set_Encoding (String value)
URI のリストを含む文字列。既定値は空の文字列 ("") です。


Dim mySoapBodyBinding As New SoapBodyBinding() ' Encode SOAP body using rules specified by the 'Encoding' property. mySoapBodyBinding.Use = SoapBindingUse.Encoded ' Set URI representing the encoding style for encoding the body. mySoapBodyBinding.Encoding = "http://schemas.xmlsoap.org/soap/encoding/" ' Set the Uri representing the location of the specification ' for encoding of content not defined by 'Encoding' property'. mySoapBodyBinding.Namespace = "http://tempuri.org/soapsvcmgr/" myInputBinding.Extensions.Add(mySoapBodyBinding)
SoapBodyBinding mySoapBodyBinding = new SoapBodyBinding(); // Encode SOAP body using rules specified by the 'Encoding' property. mySoapBodyBinding.Use = SoapBindingUse.Encoded; // Set URI representing the encoding style for encoding the body. mySoapBodyBinding.Encoding="http://schemas.xmlsoap.org/soap/encoding/"; // Set the Uri representing the location of the specification // for encoding of content not defined by 'Encoding' property'. mySoapBodyBinding.Namespace="http://tempuri.org/soapsvcmgr/"; myInputBinding.Extensions.Add(mySoapBodyBinding);
SoapBodyBinding^ mySoapBodyBinding = gcnew SoapBodyBinding; // Encode SOAP body using rules specified by the 'Encoding' property. mySoapBodyBinding->Use = SoapBindingUse::Encoded; // Set URI representing the encoding style for encoding the body. mySoapBodyBinding->Encoding = "http://schemas.xmlsoap.org/soap/encoding/"; // Set the Uri representing the location of the specification // for encoding of content not defined by 'Encoding' property'. mySoapBodyBinding->Namespace = "http://tempuri.org/soapsvcmgr/"; myInputBinding->Extensions->Add( mySoapBodyBinding );
SoapBodyBinding mySoapBodyBinding = new SoapBodyBinding(); // Encode SOAP body using rules specified by the 'Encoding' property. mySoapBodyBinding.set_Use(SoapBindingUse.Encoded); // Set URI representing the encoding style for encoding the body. mySoapBodyBinding. set_Encoding("http://schemas.xmlsoap.org/soap/encoding/"); // Set the Uri representing the location of the specification // for encoding of content not defined by 'Encoding' property'. mySoapBodyBinding.set_Namespace("http://tempuri.org/soapsvcmgr/"); myInputBinding.get_Extensions().Add(mySoapBodyBinding);

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


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

- SoapBodyBinding.Encoding プロパティのページへのリンク