通道接收屬性
本主題專門說明一項為了在現有應用程式中提供回溯相容性而保留的舊有技術,不建議用於新的開發工作。分散式應用程式應使用 Windows Communication Foundation (WCF) 進行開發。
下表顯示可指定的通道接收屬性。
屬性 | 說明 | 支援這個屬性的型別 |
---|---|---|
includeVersions |
布林值 (true 或 false),指定格式子是否應該包含版本設定資訊。 |
T:System.Runtime.Remoting.Channels.BinaryClientFormatterSink T:System.Runtime.Remoting.Channels.BinaryServerFormatterSink |
metadataEnabled |
布林值 (true 或 false),指定如果這個接收位在通道接收鏈結中,是否承認以 ?wsdl 結尾的要求。預設為 true。如果為 false,則只要應用程式定義域中的任何物件要求中繼資料,這個接收便會擲回例外狀況。 在下列平台上,只有 .NET Framework 1.1 版支援這個屬性:Windows 98、Windows NT 4.0、Windows Me、Windows 2000、Windows XP Home Edition、Windows XP Professional 和 Windows Server 2003 系列產品。 |
|
remoteApplicationMetadataEnabled |
布林值 (true 或 false),指定是否承認統一資源識別元 (URI) 物件 RemoteApplicationMetadata?wsdl 的要求,此物件會傳回描述應用程式定義域所發行之所有物件的 Web 服務描述語言 (WSDL)。如果為 false,則任何 RemoteApplicationMetadata.rem 要求都會觸發例外狀況。特定物件 URI 的其他所有 ?wsdl 要求都會被承認。如果為 true,則會承認全域中繼資料要求。預設為 false。 在下列平台上,只有 .NET Framework 1.1 版支援這個屬性:Windows 98、Windows NT 4.0、Windows Me、Windows 2000、Windows XP Home Edition、Windows XP Professional 和 Windows Server 2003 系列產品。 |
SdlChannelSink |
strictBinding |
布林值 (true 或 false),指定接收格式子是否要先嘗試使用完整的版本資訊 (如果有的話) 來辨識型別,然後才會使用不含版本資訊的型別名稱和組件名稱。系統提供的兩個格式子預設都是 false。如需詳細資訊,請參閱 <formatter> 項目 (樣板)。 |
|
typeFilterLevel |
字串值,指定伺服器通道嘗試執行自動還原序列化 (Deserialization) 的層級。支援的值為 Low (預設值) 和 Full。如需還原序列化層級的詳細資訊,請參閱 .NET 遠端處理中的自動還原序列化。 在下列平台上,只有 .NET Framework 1.1 版支援這個屬性:Windows 98、Windows NT 4.0、Windows Me、Windows 2000、Windows XP Home Edition、Windows XP Professional 和 Windows Server 2003 系列產品。 |
BinaryServerFormatterSink SoapServerFormatterSink |
另請參閱
工作
HOW TO:在組態檔中設定通道
HOW TO:以程式設計方式設定通道