共用方式為


IWcfReferenceReceiveContextInformation.ReceiveImportContextInformation 方法

定義

取得其他的內容資訊。

public:
 void ReceiveImportContextInformation(System::Collections::Generic::IDictionary<System::String ^, cli::array <System::Byte> ^> ^ serviceReferenceExtensionFileContents, IServiceProvider ^ serviceProvider);
public void ReceiveImportContextInformation (System.Collections.Generic.IDictionary<string,byte[]> serviceReferenceExtensionFileContents, IServiceProvider serviceProvider);
abstract member ReceiveImportContextInformation : System.Collections.Generic.IDictionary<string, byte[]> * IServiceProvider -> unit
Public Sub ReceiveImportContextInformation (serviceReferenceExtensionFileContents As IDictionary(Of String, Byte()), serviceProvider As IServiceProvider)

參數

serviceReferenceExtensionFileContents
IDictionary<String,Byte[]>

提供與 WCF 服務參考 .svcmap 檔案相關之任何擴充檔的內容。

serviceProvider
IServiceProvider

向其查詢其他資訊之 Visual Studio 服務提供者的參考。

備註

參數 serviceReferenceExtensionFileContents 提供與 WCF 服務參考之 .svcmap 檔案相關聯的任何副檔名檔案內容,例如已透過擴充性新增的Reference.config或自訂副檔名檔案。

注意

在 ASP.NET 建置提供者的內容中執行時,從 Visual Studio 專屬的服務提供者接收的任何介面將無法供匯入延伸模組使用。 這是在 ASP.NET 專案中編譯 WCF 服務參考的情況。

適用於