Searched refs:grpcsharp_server_add_insecure_http2_port (Results 1 – 4 of 4) sorted by relevance
50 return Native.grpcsharp_server_add_insecure_http2_port(this, addr); in AddInsecurePort()
112 …legates.grpcsharp_server_add_insecure_http2_port_delegate grpcsharp_server_add_insecure_http2_port; field in Grpc.Core.Internal.NativeMethods212 …this.grpcsharp_server_add_insecure_http2_port = GetMethodDelegate<Delegates.grpcsharp_server_add_i… in NativeMethods()311 …this.grpcsharp_server_add_insecure_http2_port = DllImportsFromStaticLib.grpcsharp_server_add_insec… in NativeMethods()410 …this.grpcsharp_server_add_insecure_http2_port = DllImportsFromSharedLib.grpcsharp_server_add_insec… in NativeMethods()767 …public static extern int grpcsharp_server_add_insecure_http2_port(ServerSafeHandle server, string … in grpcsharp_server_add_insecure_http2_port() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib1060 …public static extern int grpcsharp_server_add_insecure_http2_port(ServerSafeHandle server, string … in grpcsharp_server_add_insecure_http2_port() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
80 'int grpcsharp_server_add_insecure_http2_port(ServerSafeHandle server, string addr)',
873 GPR_EXPORT int32_t GPR_CALLTYPE grpcsharp_server_add_insecure_http2_port( in grpcsharp_server_add_insecure_http2_port() function