HttpBindingBase 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定基底 HTTP 繫結。
public ref class HttpBindingBase abstract : System::ServiceModel::Channels::Binding
public ref class HttpBindingBase abstract : System::ServiceModel::Channels::Binding, System::ServiceModel::Channels::IBindingRuntimePreferences
public abstract class HttpBindingBase : System.ServiceModel.Channels.Binding
public abstract class HttpBindingBase : System.ServiceModel.Channels.Binding, System.ServiceModel.Channels.IBindingRuntimePreferences
type HttpBindingBase = class
inherit Binding
type HttpBindingBase = class
inherit Binding
interface IBindingRuntimePreferences
Public MustInherit Class HttpBindingBase
Inherits Binding
Public MustInherit Class HttpBindingBase
Inherits Binding
Implements IBindingRuntimePreferences
- 繼承
- 衍生
- 實作
Allow |
取得或設定值,這個值會指出用戶端是否接受 Cookie 並依未來要求傳播 Cookie。 |
Bypass |
取得或設定值,這個值表示是否略過 Proxy 伺服器而改用本機位址。 |
Close |
取得或設定針對連線所提供的時間間隔 (此連線要在傳輸引發例外狀況之前關閉)。 (繼承來源 Binding) |
Envelope |
取得 SOAP 的版本,這個版本是用於由此繫結處理的訊息。 |
Host |
取得或設定值,這個值會指出在比對 URI 時此主機名稱是否會用來取用服務。 |
Max |
取得或設定配置供訊息緩衝區管理員使用的最大記憶體量 (以位元組為單位),其中訊息緩衝區會從通道接收訊息。 |
Max |
取得或設定自通道接收訊息的緩衝區大小上限 (以位元組為單位)。 |
Max |
取得或設定可在使用此繫結所設定之通道上接收的訊息大小上限 (以位元組為單位)。 |
Message |
取得用戶端所使用的訊息版本及使用繫結所設定的服務。 (繼承來源 Binding) |
Name |
取得或設定繫結的名稱。 (繼承來源 Binding) |
Namespace |
取得或設定繫結的 XML 命名空間。 (繼承來源 Binding) |
Open |
取得或設定針對連線所提供的時間間隔 (此連線要在傳輸引發例外狀況之前開啟)。 (繼承來源 Binding) |
Proxy |
取得或設定 HTTP Proxy 的 URI 位址。 |
Reader |
取得或設定 SOAP 訊息複雜性的條件約束,而這些條件約束可由以此繫結所設定的端點處理。 |
Receive |
取得或設定連線中斷之前,可以維持非作用狀態的時間間隔 (在此期間未接收應用程式訊息)。 (繼承來源 Binding) |
Scheme |
取得使用這項繫結所設定之通道與接聽程式的 URI 傳輸配置。 |
Send |
取得或設定針對寫入作業所提供的時間間隔 (此作業要在傳輸引發例外狀況之前完成)。 (繼承來源 Binding) |
Text |
取得或設定用於訊息文字的字元編碼。 |
Transfer |
取得或設定值,這個值會指出訊息是以經過緩衝處理或資料流處理的方式傳送。 |
Use |
取得或設定值,這個值會指出是否應使用系統自動設定的 HTTP Proxy (如果有的話)。 |
IBinding |
取得值,這個值會指出要以同步或非同步方式處理傳入要求。 |
產品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
UWP | 10.0 |