Merge branch 'v2.11' into v2.13
This commit is contained in:
Коммит
b7387ec632
|
@ -569,3 +569,23 @@ virtual StreamJsonRpc.JsonRpc.LoadType(string! typeFullName, string? assemblyNam
|
|||
virtual StreamJsonRpc.Protocol.JsonRpcMessage.TryGetTopLevelProperty<T>(string! name, out T value) -> bool
|
||||
virtual StreamJsonRpc.Protocol.JsonRpcMessage.TrySetTopLevelProperty<T>(string! name, T value) -> bool
|
||||
virtual StreamJsonRpc.Protocol.JsonRpcRequest.ArgumentNames.get -> System.Collections.Generic.IEnumerable<string!>?
|
||||
abstract StreamJsonRpc.ExceptionSettings.CanDeserialize(System.Type! type) -> bool
|
||||
static readonly StreamJsonRpc.ExceptionSettings.TrustedData -> StreamJsonRpc.ExceptionSettings!
|
||||
static readonly StreamJsonRpc.ExceptionSettings.UntrustedData -> StreamJsonRpc.ExceptionSettings!
|
||||
StreamJsonRpc.ExceptionSettings
|
||||
StreamJsonRpc.ExceptionSettings.ExceptionSettings(int recursionLimit) -> void
|
||||
StreamJsonRpc.ExceptionSettings.RecursionLimit.get -> int
|
||||
StreamJsonRpc.ExceptionSettings.RecursionLimit.init -> void
|
||||
StreamJsonRpc.JsonRpc.ExceptionOptions.get -> StreamJsonRpc.ExceptionSettings!
|
||||
StreamJsonRpc.JsonRpc.ExceptionOptions.set -> void
|
||||
StreamJsonRpc.JsonRpcMethodAttribute.ClientRequiresNamedArguments.get -> bool
|
||||
StreamJsonRpc.JsonRpcMethodAttribute.ClientRequiresNamedArguments.set -> void
|
||||
StreamJsonRpc.JsonRpcTargetOptions.ClientRequiresNamedArguments.get -> bool
|
||||
StreamJsonRpc.JsonRpcTargetOptions.ClientRequiresNamedArguments.set -> void
|
||||
StreamJsonRpc.Reflection.MessageFormatterProgressTracker.CreateProgress(StreamJsonRpc.JsonRpc! rpc, object! token, System.Type! valueType, bool clientRequiresNamedArguments) -> object!
|
||||
StreamJsonRpc.Reflection.MessageFormatterProgressTracker.CreateProgress<T>(StreamJsonRpc.JsonRpc! rpc, object! token, bool clientRequiresNamedArguments) -> System.IProgress<T>!
|
||||
virtual StreamJsonRpc.JsonRpc.SendAsync(StreamJsonRpc.Protocol.JsonRpcMessage! message, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.ValueTask
|
||||
StreamJsonRpc.JsonRpcIgnoreAttribute
|
||||
StreamJsonRpc.JsonRpcIgnoreAttribute.JsonRpcIgnoreAttribute() -> void
|
||||
StreamJsonRpc.RpcMarshalableAttribute
|
||||
StreamJsonRpc.RpcMarshalableAttribute.RpcMarshalableAttribute() -> void
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
abstract StreamJsonRpc.ExceptionSettings.CanDeserialize(System.Type! type) -> bool
|
||||
static readonly StreamJsonRpc.ExceptionSettings.TrustedData -> StreamJsonRpc.ExceptionSettings!
|
||||
static readonly StreamJsonRpc.ExceptionSettings.UntrustedData -> StreamJsonRpc.ExceptionSettings!
|
||||
StreamJsonRpc.ExceptionSettings
|
||||
StreamJsonRpc.ExceptionSettings.ExceptionSettings(int recursionLimit) -> void
|
||||
StreamJsonRpc.ExceptionSettings.RecursionLimit.get -> int
|
||||
StreamJsonRpc.ExceptionSettings.RecursionLimit.init -> void
|
||||
StreamJsonRpc.JsonRpc.ExceptionOptions.get -> StreamJsonRpc.ExceptionSettings!
|
||||
StreamJsonRpc.JsonRpc.ExceptionOptions.set -> void
|
||||
StreamJsonRpc.JsonRpcIgnoreAttribute
|
||||
StreamJsonRpc.JsonRpcIgnoreAttribute.JsonRpcIgnoreAttribute() -> void
|
||||
StreamJsonRpc.JsonRpcMethodAttribute.ClientRequiresNamedArguments.get -> bool
|
||||
StreamJsonRpc.JsonRpcMethodAttribute.ClientRequiresNamedArguments.set -> void
|
||||
StreamJsonRpc.JsonRpcTargetOptions.ClientRequiresNamedArguments.get -> bool
|
||||
StreamJsonRpc.JsonRpcTargetOptions.ClientRequiresNamedArguments.set -> void
|
||||
StreamJsonRpc.Reflection.MessageFormatterProgressTracker.CreateProgress(StreamJsonRpc.JsonRpc! rpc, object! token, System.Type! valueType, bool clientRequiresNamedArguments) -> object!
|
||||
StreamJsonRpc.Reflection.MessageFormatterProgressTracker.CreateProgress<T>(StreamJsonRpc.JsonRpc! rpc, object! token, bool clientRequiresNamedArguments) -> System.IProgress<T>!
|
||||
StreamJsonRpc.RpcMarshalableAttribute
|
||||
StreamJsonRpc.RpcMarshalableAttribute.RpcMarshalableAttribute() -> void
|
||||
virtual StreamJsonRpc.JsonRpc.SendAsync(StreamJsonRpc.Protocol.JsonRpcMessage! message, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.ValueTask
|
|
@ -569,3 +569,23 @@ virtual StreamJsonRpc.JsonRpc.LoadType(string! typeFullName, string? assemblyNam
|
|||
virtual StreamJsonRpc.Protocol.JsonRpcMessage.TryGetTopLevelProperty<T>(string! name, out T value) -> bool
|
||||
virtual StreamJsonRpc.Protocol.JsonRpcMessage.TrySetTopLevelProperty<T>(string! name, T value) -> bool
|
||||
virtual StreamJsonRpc.Protocol.JsonRpcRequest.ArgumentNames.get -> System.Collections.Generic.IEnumerable<string!>?
|
||||
abstract StreamJsonRpc.ExceptionSettings.CanDeserialize(System.Type! type) -> bool
|
||||
static readonly StreamJsonRpc.ExceptionSettings.TrustedData -> StreamJsonRpc.ExceptionSettings!
|
||||
static readonly StreamJsonRpc.ExceptionSettings.UntrustedData -> StreamJsonRpc.ExceptionSettings!
|
||||
StreamJsonRpc.ExceptionSettings
|
||||
StreamJsonRpc.ExceptionSettings.ExceptionSettings(int recursionLimit) -> void
|
||||
StreamJsonRpc.ExceptionSettings.RecursionLimit.get -> int
|
||||
StreamJsonRpc.ExceptionSettings.RecursionLimit.init -> void
|
||||
StreamJsonRpc.JsonRpc.ExceptionOptions.get -> StreamJsonRpc.ExceptionSettings!
|
||||
StreamJsonRpc.JsonRpc.ExceptionOptions.set -> void
|
||||
StreamJsonRpc.JsonRpcMethodAttribute.ClientRequiresNamedArguments.get -> bool
|
||||
StreamJsonRpc.JsonRpcMethodAttribute.ClientRequiresNamedArguments.set -> void
|
||||
StreamJsonRpc.JsonRpcTargetOptions.ClientRequiresNamedArguments.get -> bool
|
||||
StreamJsonRpc.JsonRpcTargetOptions.ClientRequiresNamedArguments.set -> void
|
||||
StreamJsonRpc.Reflection.MessageFormatterProgressTracker.CreateProgress(StreamJsonRpc.JsonRpc! rpc, object! token, System.Type! valueType, bool clientRequiresNamedArguments) -> object!
|
||||
StreamJsonRpc.Reflection.MessageFormatterProgressTracker.CreateProgress<T>(StreamJsonRpc.JsonRpc! rpc, object! token, bool clientRequiresNamedArguments) -> System.IProgress<T>!
|
||||
virtual StreamJsonRpc.JsonRpc.SendAsync(StreamJsonRpc.Protocol.JsonRpcMessage! message, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.ValueTask
|
||||
StreamJsonRpc.JsonRpcIgnoreAttribute
|
||||
StreamJsonRpc.JsonRpcIgnoreAttribute.JsonRpcIgnoreAttribute() -> void
|
||||
StreamJsonRpc.RpcMarshalableAttribute
|
||||
StreamJsonRpc.RpcMarshalableAttribute.RpcMarshalableAttribute() -> void
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
abstract StreamJsonRpc.ExceptionSettings.CanDeserialize(System.Type! type) -> bool
|
||||
static readonly StreamJsonRpc.ExceptionSettings.TrustedData -> StreamJsonRpc.ExceptionSettings!
|
||||
static readonly StreamJsonRpc.ExceptionSettings.UntrustedData -> StreamJsonRpc.ExceptionSettings!
|
||||
StreamJsonRpc.ExceptionSettings
|
||||
StreamJsonRpc.ExceptionSettings.ExceptionSettings(int recursionLimit) -> void
|
||||
StreamJsonRpc.ExceptionSettings.RecursionLimit.get -> int
|
||||
StreamJsonRpc.ExceptionSettings.RecursionLimit.init -> void
|
||||
StreamJsonRpc.JsonRpc.ExceptionOptions.get -> StreamJsonRpc.ExceptionSettings!
|
||||
StreamJsonRpc.JsonRpc.ExceptionOptions.set -> void
|
||||
StreamJsonRpc.JsonRpcIgnoreAttribute
|
||||
StreamJsonRpc.JsonRpcIgnoreAttribute.JsonRpcIgnoreAttribute() -> void
|
||||
StreamJsonRpc.JsonRpcMethodAttribute.ClientRequiresNamedArguments.get -> bool
|
||||
StreamJsonRpc.JsonRpcMethodAttribute.ClientRequiresNamedArguments.set -> void
|
||||
StreamJsonRpc.JsonRpcTargetOptions.ClientRequiresNamedArguments.get -> bool
|
||||
StreamJsonRpc.JsonRpcTargetOptions.ClientRequiresNamedArguments.set -> void
|
||||
StreamJsonRpc.Reflection.MessageFormatterProgressTracker.CreateProgress(StreamJsonRpc.JsonRpc! rpc, object! token, System.Type! valueType, bool clientRequiresNamedArguments) -> object!
|
||||
StreamJsonRpc.Reflection.MessageFormatterProgressTracker.CreateProgress<T>(StreamJsonRpc.JsonRpc! rpc, object! token, bool clientRequiresNamedArguments) -> System.IProgress<T>!
|
||||
StreamJsonRpc.RpcMarshalableAttribute
|
||||
StreamJsonRpc.RpcMarshalableAttribute.RpcMarshalableAttribute() -> void
|
||||
virtual StreamJsonRpc.JsonRpc.SendAsync(StreamJsonRpc.Protocol.JsonRpcMessage! message, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.ValueTask
|
Загрузка…
Ссылка в новой задаче