예제 #1
0
 protected override bool ReleaseHandle()
 {
     pinvoke.grpcsharp_channel_credentials_release(handle);
     return(true);
 }