Exemplo n.º 1
0
 int IPlatformInvocation.grpcsharp_server_add_secure_http2_port(ServerSafeHandle server, string addr,
     ServerCredentialsSafeHandle creds)
 {
     return grpcsharp_server_add_secure_http2_port(server, addr, creds);
 }
Exemplo n.º 2
0
 int IPlatformInvocation.grpcsharp_server_add_secure_http2_port(ServerSafeHandle server, string addr,
                                                                ServerCredentialsSafeHandle creds)
 {
     return(grpcsharp_server_add_secure_http2_port(server, addr, creds));
 }
Exemplo n.º 3
0
 static extern int grpcsharp_server_add_secure_http2_port(ServerSafeHandle server, string addr, ServerCredentialsSafeHandle creds);
Exemplo n.º 4
0
 static extern int grpcsharp_server_add_secure_http2_port(ServerSafeHandle server, string addr, ServerCredentialsSafeHandle creds);
Exemplo n.º 5
0
 public int AddListeningPort(string addr, ServerCredentialsSafeHandle credentials)
 {
     return grpcsharp_server_add_secure_http2_port(this, addr, credentials);
 }
Exemplo n.º 6
0
 public int AddListeningPort(string addr, ServerCredentialsSafeHandle credentials)
 {
     return(grpcsharp_server_add_secure_http2_port(this, addr, credentials));
 }
Exemplo n.º 7
0
 public int AddSecurePort(string addr, ServerCredentialsSafeHandle credentials)
 {
     return(pinvoke.grpcsharp_server_add_secure_http2_port(this, addr, credentials));
 }
Exemplo n.º 8
0
 public int AddSecurePort(string addr, ServerCredentialsSafeHandle credentials)
 {
     return Native.grpcsharp_server_add_secure_http2_port(this, addr, credentials);
 }