ServiceJsonRpcDescriptor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
支援 JSON-RPC 之服務的 RPC 描述元。
public ref class ServiceJsonRpcDescriptor : Microsoft::ServiceHub::Framework::ServiceRpcDescriptor, IEquatable<Microsoft::ServiceHub::Framework::ServiceJsonRpcDescriptor ^>
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")]
public class ServiceJsonRpcDescriptor : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor, IEquatable<Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor>
[<System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")>]
type ServiceJsonRpcDescriptor = class
inherit ServiceRpcDescriptor
interface IEquatable<ServiceJsonRpcDescriptor>
Public Class ServiceJsonRpcDescriptor
Inherits ServiceRpcDescriptor
Implements IEquatable(Of ServiceJsonRpcDescriptor)
- 繼承
- 衍生
- 屬性
- 實作
建構函式
屬性
ClientInterface |
取得用戶端的「回呼」RPC 目標預期實作的介面類型。 (繼承來源 ServiceRpcDescriptor) |
ExceptionStrategy |
取得例外狀況從服務與客戶端通訊的方式。 建立 實例時JsonRpc,ExceptionStrategy這會在 屬性上設定。 |
Formatter |
取得服務所使用的格式設定。 |
JoinableTaskFactory |
JoinableTaskFactory取得可套用至已建構 RPC 連線的 。 (繼承來源 ServiceRpcDescriptor) |
MessageDelimiter |
取得可以辨識訊息界限的機制。 在中找到 ServiceJsonRpcDescriptor.MessageDelimiters一些預期的值。 |
Moniker |
取得服務的Moniker。 (繼承來源 ServiceRpcDescriptor) |
MultiplexingStream |
Nerdbank.Streams.MultiplexingStream取得可由建構客戶端或伺服器使用的 。 (繼承來源 ServiceRpcDescriptor) |
MultiplexingStreamOptions |
取得建立新的 Nerdbank.Streams.MultiplexingStream 時要使用的選項,作為建立 RPC 連線的必要條件。 |
Protocol |
取得這個實例所支援的通訊協定非本地化名稱。 |
TraceSource |
TraceSource取得要用於建構客戶端或伺服器的 。 (繼承來源 ServiceRpcDescriptor) |