WSHttpContextBinding 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 的內容啟用系 WSHttpContextBinding 結。
public ref class WSHttpContextBinding : System::ServiceModel::WSHttpBinding
public class WSHttpContextBinding : System.ServiceModel.WSHttpBinding
type WSHttpContextBinding = class
inherit WSHttpBinding
Public Class WSHttpContextBinding
Inherits WSHttpBinding
- 繼承
備註
WSHttpContextBinding 新增一個 ContextBindingElement 至系統提供的 BindingElement 中的 WSHttpBinding 物件之堆疊中。 這麼一來,當 HTTP Cookie 沒有啟用時,便可使用 SOAP 標頭來交換內容。
注意
從以 .NET Framework 3.5 版或更早版本建置的 WCF 用戶端應用程式呼叫以 .NET Framework 4 版或更新版本建置的 WCF 服務時,svcutil.exe或從 Visual Studio 新增服務參考所產生的組態檔包含 contextManagementEnabled
系結組態中的 屬性。 .NET Framework 3.5 執行時間無法辨識這個屬性,而應用程式會 ConfigurationErrorsException 擲回訊息「無法辨識的屬性 'coNtextManagementEnabled」。 若要解決此問題,請 contextManagementEnabled
從系結組態中移除 屬性。
建構函式
WSHttpContextBinding() |
初始化 WSHttpContextBinding 類別的新執行個體。 |
WSHttpContextBinding(SecurityMode) |
使用指定的 WSHttpContextBinding,初始化 SecurityMode 類別的新執行個體。 |
WSHttpContextBinding(SecurityMode, Boolean) |
使用指定的 WSHttpContextBinding 及可靠工作階段設定,初始化 SecurityMode 類別的新執行個體。 |
WSHttpContextBinding(String) |
使用指定的繫結組態,初始化 WSHttpContextBinding 類別的新執行個體。 |
屬性
AllowCookies |
取得或設定值,這個值表示 WCF 用戶端是否會自動儲存並重新傳送單一 Web 服務所傳送的任何 Cookie。 (繼承來源 WSHttpBinding) |
BypassProxyOnLocal |
取得或設定值,這個值表示是否略過 Proxy 伺服器而改用本機位址。 (繼承來源 WSHttpBindingBase) |
ClientCallbackAddress |
取得或設定用戶端回呼位址。 |
CloseTimeout |
取得或設定針對連線所提供的時間間隔 (此連線要在傳輸引發例外狀況之前關閉)。 (繼承來源 Binding) |
ContextManagementEnabled |
取得值,這個值會指定是否啟用內容管理。 |
ContextProtectionLevel |
取得或設定這個繫結的內容保護層級。 |
EnvelopeVersion |
取得 SOAP 的版本,這個版本是用於由此繫結處理的訊息。 (繼承來源 WSHttpBindingBase) |
HostNameComparisonMode |
取得或設定值,這個值會指出在比對 URI 時此主機名稱是否會用來取用服務。 (繼承來源 WSHttpBindingBase) |
MaxBufferPoolSize |
取得或設定配置供訊息緩衝區管理員使用的最大記憶體量 (以位元組為單位),緩衝區管理員管理使用此繫結之端點所需緩衝區。 (繼承來源 WSHttpBindingBase) |
MaxReceivedMessageSize |
取得或設定可由繫結處理之訊息的大小上限 (以位元組為單位)。 (繼承來源 WSHttpBindingBase) |
MessageEncoding |
取得或設定是否要使用 MTOM 或 Text/XML 來編碼 SOAP 訊息。 (繼承來源 WSHttpBindingBase) |
MessageVersion |
取得用戶端所使用的訊息版本及使用繫結所設定的服務。 (繼承來源 Binding) |
Name |
取得或設定繫結的名稱。 (繼承來源 Binding) |
Namespace |
取得或設定繫結的 XML 命名空間。 (繼承來源 Binding) |
OpenTimeout |
取得或設定針對連線所提供的時間間隔 (此連線要在傳輸引發例外狀況之前開啟)。 (繼承來源 Binding) |
ProxyAddress |
取得或設定 HTTP Proxy 的 URI 位址。 (繼承來源 WSHttpBindingBase) |
ReaderQuotas |
取得或設定 SOAP 訊息複雜性的條件約束,而這些條件約束可由以此繫結所設定的端點處理。 (繼承來源 WSHttpBindingBase) |
ReceiveTimeout |
取得或設定連線中斷之前,可以維持非作用狀態的時間間隔 (在此期間未接收應用程式訊息)。 (繼承來源 Binding) |
ReliableSession |
取得物件,這個物件可方便您存取可靠工作階段繫結項目的屬性,只要使用其中一個系統提供的繫結,就可以使用這些屬性。 (繼承來源 WSHttpBindingBase) |
Scheme |
取得使用這項繫結所設定之通道與接聽程式的 URI 傳輸配置。 (繼承來源 WSHttpBindingBase) |
Security |
取得要搭配此繫結使用的安全性設定。 (繼承來源 WSHttpBinding) |
SendTimeout |
取得或設定針對寫入作業所提供的時間間隔 (此作業要在傳輸引發例外狀況之前完成)。 (繼承來源 Binding) |
TextEncoding |
取得或設定用於訊息文字的字元編碼。 (繼承來源 WSHttpBindingBase) |
TransactionFlow |
取得或設定值,這個值會指出此繫結程序是否應支援流動 WS-Transactions。 (繼承來源 WSHttpBindingBase) |
UseDefaultWebProxy |
取得或設定值,這個值會指出是否應使用系統自動設定的 HTTP Proxy (如果有的話)。 (繼承來源 WSHttpBindingBase) |
方法
明確介面實作
IBindingRuntimePreferences.ReceiveSynchronously |
取得值,這個值會指出要以同步或非同步方式處理傳入要求。 (繼承來源 WSHttpBindingBase) |