コード例 #1
0
ファイル: CallSafeHandle.cs プロジェクト: cj525/grpc
 public string GetPeer()
 {
     using (var cstring = pinvoke.grpcsharp_call_get_peer(this))
     {
         return(cstring.GetValue());
     }
 }