UdpBinding 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 UDP 繫結。
public ref class UdpBinding : System::ServiceModel::Channels::Binding, System::ServiceModel::Channels::IBindingRuntimePreferences
public class UdpBinding : System.ServiceModel.Channels.Binding, System.ServiceModel.Channels.IBindingRuntimePreferences
type UdpBinding = class
inherit Binding
interface IBindingRuntimePreferences
Public Class UdpBinding
Inherits Binding
Implements IBindingRuntimePreferences
- 繼承
- 實作
備註
UdpBinding無法與 WAS 裝載 (Windows Process Activation Services) 服務搭配使用。
建構函式
UdpBinding() |
初始化 UdpBinding 類別的新執行個體。 |
UdpBinding(String) |
使用指定的組態名稱,初始化 UdpBinding 類別的新執行個體。 |
屬性
CloseTimeout |
取得或設定針對連線所提供的時間間隔 (此連線要在傳輸引發例外狀況之前關閉)。 (繼承來源 Binding) |
DuplicateMessageHistoryLength |
取得或設定在 UDP 繫結項目中重複訊息歷程記錄長度的值。 |
MaxBufferPoolSize |
取得或設定與繫結相關聯的最大緩衝區集區大小。 |
MaxPendingMessagesTotalSize |
取得或設定已接收但尚未從個別通道執行個體的輸入佇列移除的最大訊息數目。 |
MaxReceivedMessageSize |
取得或設定可由繫結處理之訊息的大小上限。 |
MaxRetransmitCount |
取得或設定在 UDP 繫結中的重新傳輸訊息的最大數目。 |
MessageVersion |
取得用戶端所使用的訊息版本及使用繫結所設定的服務。 (繼承來源 Binding) |
MulticastInterfaceId |
取得或設定 UDP 繫結中 MulticastInterfaceID 屬性的值。 |
Name |
取得或設定繫結的名稱。 (繼承來源 Binding) |
Namespace |
取得或設定繫結的 XML 命名空間。 (繼承來源 Binding) |
OpenTimeout |
取得或設定針對連線所提供的時間間隔 (此連線要在傳輸引發例外狀況之前開啟)。 (繼承來源 Binding) |
ReaderQuotas |
取得或設定讀取器配額。 |
ReceiveTimeout |
取得或設定連線中斷之前,可以維持非作用狀態的時間間隔 (在此期間未接收應用程式訊息)。 (繼承來源 Binding) |
Scheme |
取得這個繫結的配置名稱。 |
SendTimeout |
取得或設定針對寫入作業所提供的時間間隔 (此作業要在傳輸引發例外狀況之前完成)。 (繼承來源 Binding) |
TextEncoding |
取得或設定用於繫結的文字編碼方式。 |
TimeToLive |
取得或設定 UDP 繫結中 TimeToLive 屬性的值。 |
方法
明確介面實作
IBindingRuntimePreferences.ReceiveSynchronously |
取得值,這個值會指出要以同步或非同步方式處理傳入要求。 |