Explorar o código

Fix for issue 6

csharptest %!s(int64=14) %!d(string=hai) anos
pai
achega
f9102a61e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.