|
|
|
@ -52,6 +52,7 @@ namespace Grpc.Core.Internal |
|
|
|
|
public readonly Delegates.grpcsharp_batch_context_recv_status_on_client_details_delegate grpcsharp_batch_context_recv_status_on_client_details; |
|
|
|
|
public readonly Delegates.grpcsharp_batch_context_recv_status_on_client_trailing_metadata_delegate grpcsharp_batch_context_recv_status_on_client_trailing_metadata; |
|
|
|
|
public readonly Delegates.grpcsharp_batch_context_recv_close_on_server_cancelled_delegate grpcsharp_batch_context_recv_close_on_server_cancelled; |
|
|
|
|
public readonly Delegates.grpcsharp_batch_context_reset_delegate grpcsharp_batch_context_reset; |
|
|
|
|
public readonly Delegates.grpcsharp_batch_context_destroy_delegate grpcsharp_batch_context_destroy; |
|
|
|
|
|
|
|
|
|
public readonly Delegates.grpcsharp_request_call_context_create_delegate grpcsharp_request_call_context_create; |
|
|
|
@ -169,6 +170,7 @@ namespace Grpc.Core.Internal |
|
|
|
|
this.grpcsharp_batch_context_recv_status_on_client_details = GetMethodDelegate<Delegates.grpcsharp_batch_context_recv_status_on_client_details_delegate>(library); |
|
|
|
|
this.grpcsharp_batch_context_recv_status_on_client_trailing_metadata = GetMethodDelegate<Delegates.grpcsharp_batch_context_recv_status_on_client_trailing_metadata_delegate>(library); |
|
|
|
|
this.grpcsharp_batch_context_recv_close_on_server_cancelled = GetMethodDelegate<Delegates.grpcsharp_batch_context_recv_close_on_server_cancelled_delegate>(library); |
|
|
|
|
this.grpcsharp_batch_context_reset = GetMethodDelegate<Delegates.grpcsharp_batch_context_reset_delegate>(library); |
|
|
|
|
this.grpcsharp_batch_context_destroy = GetMethodDelegate<Delegates.grpcsharp_batch_context_destroy_delegate>(library); |
|
|
|
|
|
|
|
|
|
this.grpcsharp_request_call_context_create = GetMethodDelegate<Delegates.grpcsharp_request_call_context_create_delegate>(library); |
|
|
|
@ -311,6 +313,7 @@ namespace Grpc.Core.Internal |
|
|
|
|
public delegate IntPtr grpcsharp_batch_context_recv_status_on_client_details_delegate(BatchContextSafeHandle ctx, out UIntPtr detailsLength); |
|
|
|
|
public delegate IntPtr grpcsharp_batch_context_recv_status_on_client_trailing_metadata_delegate(BatchContextSafeHandle ctx); |
|
|
|
|
public delegate int grpcsharp_batch_context_recv_close_on_server_cancelled_delegate(BatchContextSafeHandle ctx); |
|
|
|
|
public delegate void grpcsharp_batch_context_reset_delegate(BatchContextSafeHandle ctx); |
|
|
|
|
public delegate void grpcsharp_batch_context_destroy_delegate(IntPtr ctx); |
|
|
|
|
|
|
|
|
|
public delegate RequestCallContextSafeHandle grpcsharp_request_call_context_create_delegate(); |
|
|
|
|