浏览代码

Fix for issue 6

csharptest 14 年之前
父节点
当前提交
f9102a61e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/ProtocolBuffers/IRpcController.cs

+ 1 - 1
src/ProtocolBuffers/IRpcController.cs

@@ -105,7 +105,7 @@ namespace Google.ProtocolBuffers
         /// well give up on replying to it. This method must be called on the server
         /// side only. The server should still call the final "done" callback.
         /// </summary>
-        bool isCanceled();
+        bool IsCanceled();
 
         /// <summary>
         /// Requests that the given callback be called when the RPC is canceled.