IWcfReferenceReceiveContextInformation 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義要實作的介面,以取得其他的內容資訊。
public interface class IWcfReferenceReceiveContextInformation
public interface IWcfReferenceReceiveContextInformation
type IWcfReferenceReceiveContextInformation = interface
Public Interface IWcfReferenceReceiveContextInformation
備註
此介面可讓 WSDL 匯入工具機制接收額外的內容資訊,以獲得更佳的 Proxy 產生和Visual Studio內更佳的開發人員體驗。 如果 WSDL 匯入工具實作 IWcfReferenceReceiveContextInformation 介面, ReceiveImportContextInformation
WCF Proxy 產生器會先呼叫 方法,再呼叫 和 IPolicyImportExtension 的任何方法 IWsdlImportExtension 。
其他內容資訊是指傳遞至 方法的參數 ReceiveImportContextInformation
。 參數包含任何擴充檔案的內容,以及實作 IServiceProvider 介面之 物件的參考。 傳遞給 方法的任何延伸模組檔案都是匯入工具特有的,可用來儲存所需的任何其他資訊。 也就是說,Visual Studio不會控制這些檔案的內容,也不會直接使用這些檔案。
注意
匯入工具是指 WCF 擴充性機制。 此機制可讓您自訂從描述服務的中繼資料 (WSDL/XS) D 檔產生 Proxy 程式碼的方式。 如需詳細資訊,請參閱 匯入 WCF 延伸模組的自訂中繼資料。
方法
ReceiveImportContextInformation(IDictionary<String,Byte[]>, IServiceProvider) |
取得其他的內容資訊。 |