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)
- 상속
- 파생
- 특성
- 구현
생성자
ServiceJsonRpcDescriptor(ServiceJsonRpcDescriptor) |
클래스의 ServiceJsonRpcDescriptor 새 instance 초기화하고 템플릿 instance 따라 모든 필드를 초기화합니다. |
ServiceJsonRpcDescriptor(ServiceMoniker, ServiceJsonRpcDescriptor+Formatters, ServiceJsonRpcDescriptor+MessageDelimiters) |
ServiceJsonRpcDescriptor 클래스의 새 인스턴스를 초기화합니다. |
ServiceJsonRpcDescriptor(ServiceMoniker, Type, ServiceJsonRpcDescriptor+Formatters, ServiceJsonRpcDescriptor+MessageDelimiters) |
클래스의 ServiceJsonRpcDescriptor 새 instance 초기화하고 기본 서비스 브로커를 사용하여 스트림을 제공하는 경우를 제외하고는 추가 스트림 열기를 지원하지 않습니다. |
ServiceJsonRpcDescriptor(ServiceMoniker, Type, ServiceJsonRpcDescriptor+Formatters, ServiceJsonRpcDescriptor+MessageDelimiters, MultiplexingStream+Options) |
클래스의 ServiceJsonRpcDescriptor 새 instance 초기화하고 를 사용하여 추가 스트림을 열 수 MultiplexingStreamOptions있습니다. |
속성
ClientInterface |
클라이언트의 "콜백" RPC 대상이 구현해야 하는 인터페이스 형식을 가져옵니다. (다음에서 상속됨 ServiceRpcDescriptor) |
ExceptionStrategy |
서비스에서 클라이언트로 예외가 전달되는 방식을 가져옵니다. instance 만들 때 속성에 ExceptionStrategyJsonRpc 설정됩니다. |
Formatter |
서비스에서 사용하는 서식을 가져옵니다. |
JoinableTaskFactory |
JoinableTaskFactory 생성된 RPC 연결에 적용할 수 있는 을 가져옵니다. (다음에서 상속됨 ServiceRpcDescriptor) |
MessageDelimiter |
메시지 경계를 식별할 수 있는 메커니즘을 가져옵니다. 일부 예상 값은 에서 찾을 수 있습니다 ServiceJsonRpcDescriptor.MessageDelimiters. |
Moniker |
서비스의 모니커를 가져옵니다. (다음에서 상속됨 ServiceRpcDescriptor) |
MultiplexingStream |
Nerdbank.Streams.MultiplexingStream 생성된 클라이언트 또는 서버에서 사용할 수 있는 을 가져옵니다. (다음에서 상속됨 ServiceRpcDescriptor) |
MultiplexingStreamOptions |
RPC 연결을 설정하기 위한 필수 구성 요소로 새 Nerdbank.Streams.MultiplexingStream 를 만들 때 사용할 옵션을 가져옵니다. |
Protocol |
이 instance 지원하는 프로토콜의 지역화되지 않은 이름을 가져옵니다. |
TraceSource |
TraceSource 생성된 클라이언트 또는 서버에서 사용할 을 가져옵니다. (다음에서 상속됨 ServiceRpcDescriptor) |