WebServiceBindingAttribute.Location プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > WebServiceBindingAttribute.Location プロパティの意味・解説 

WebServiceBindingAttribute.Location プロパティ

バインディング定義されている場所を取得または設定します

名前空間: System.Web.Services
アセンブリ: System.Web.Services (system.web.services.dll 内)
構文構文

使用例使用例

http://www.contoso.com/MyBinding 名前空間メンバであり、http://www.contoso.com/MyService.asmx?wsdl定義されている、RemoteBinding という名前のバインディング指定する例を次に示します

' Binding is defined on a remote server, but this XML Web service implements
 at
' least one operation in that binding.
<WebServiceBinding(Name := "RemoteBinding", _
    Namespace := "http://www.contoso.com/MyBinding",
 _
    Location := "http://www.contoso.com/MyService.asmx?wsdl")>
 _
Public Class BindingSample
        
    <SoapDocumentMethod(Binding := "RemoteBinding"),
 WebMethod()> _
    Public Function RemoteBindingMethod() As
 String
        Return "Member of a binding defined
 on another server"
    End Function
End Class

// Binding is defined on a remote server, but this XML Web service 
// implements at least one operation in that binding.
[ WebServiceBinding(Name="RemoteBinding",
    Namespace="http://www.contoso.com/MyBinding",
    Location="http://www.contoso.com/MyService.asmx?wsdl")]
public class BindingSample  
{
    [ SoapDocumentMethod(Binding="RemoteBinding")] 
    [ WebMethod() ]
    public string RemoteBindingMethod() 
    {
        return "Member of a binding defined on another server";
    }
}

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
WebServiceBindingAttribute クラス
WebServiceBindingAttribute メンバ
System.Web.Services 名前空間
SoapDocumentMethodAttribute


このページでは「.NET Framework クラス ライブラリ リファレンス」からWebServiceBindingAttribute.Location プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からWebServiceBindingAttribute.Location プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からWebServiceBindingAttribute.Location プロパティ を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

WebServiceBindingAttribute.Location プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



WebServiceBindingAttribute.Location プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS