aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@users.noreply.github.com>2019-04-01 22:11:19 -0700
committerGitHub <noreply@github.com>2019-04-01 22:11:19 -0700
commitbf7ed7a053dc799419f8ff7b278f3af347c309fe (patch)
tree007a0d3f352d9a57e3f5f241c04dc7ea06a87ad4 /templates
parenta891928a261ac1ff8b13980d0b8da7c4b9989c54 (diff)
parentc9974ab6c9090bb25e41f80a2f0fb8a12beb9f14 (diff)
downloadgrpc-grpc-bf7ed7a053dc799419f8ff7b278f3af347c309fe.tar.gz
Merge pull request #18591 from jtattermusch/csharp_verify_peer_callback
Provide access to verify_peer_callback from C# (take two)
Diffstat (limited to 'templates')
-rw-r--r--templates/src/csharp/Grpc.Core/Internal/native_methods.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.Core/Internal/native_methods.include b/templates/src/csharp/Grpc.Core/Internal/native_methods.include
index b7a8e28548..e8ec4c87b0 100644
--- a/templates/src/csharp/Grpc.Core/Internal/native_methods.include
+++ b/templates/src/csharp/Grpc.Core/Internal/native_methods.include
@@ -44,7 +44,7 @@ native_method_signatures = [
'void grpcsharp_channel_args_set_integer(ChannelArgsSafeHandle args, UIntPtr index, string key, int value)',
'void grpcsharp_channel_args_destroy(IntPtr args)',
'void grpcsharp_override_default_ssl_roots(string pemRootCerts)',
- 'ChannelCredentialsSafeHandle grpcsharp_ssl_credentials_create(string pemRootCerts, string keyCertPairCertChain, string keyCertPairPrivateKey)',
+ 'ChannelCredentialsSafeHandle grpcsharp_ssl_credentials_create(string pemRootCerts, string keyCertPairCertChain, string keyCertPairPrivateKey, IntPtr verifyPeerCallbackTag)',
'ChannelCredentialsSafeHandle grpcsharp_composite_channel_credentials_create(ChannelCredentialsSafeHandle channelCreds, CallCredentialsSafeHandle callCreds)',
'void grpcsharp_channel_credentials_release(IntPtr credentials)',
'ChannelSafeHandle grpcsharp_insecure_channel_create(string target, ChannelArgsSafeHandle channelArgs)',