@@ -2,7 +2,7 @@
//
// JsonRpc.cs - JSON-RPC Client Utility Functions
-// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
+// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
// Licensed under the Apache License 2.0
// Copyright (c) 2014-2019 SoftEther VPN Project
// VPNServerRpc.cs - SoftEther VPN Server's JSON-RPC Stubs
// VPNServerRpcTypes.cs - Data Type Definition for SoftEther VPN Server JSON-RPC Stubs
// Program.cs - The Main() entry point
@@ -5,7 +5,7 @@
// This sample code shows how to call all available RPC functions.
// You can copy and paste test code to write your own C# codes.
// Runs on both web browsers and Node.js
// sample.ts
// You can copy and paste test code to write your own web browser TypeScript / JavaScript codes.
@@ -1,7 +1,7 @@
// SoftEther VPN Server JSON-RPC Stub code for TypeScript
// vpnrpc.ts
@@ -1503,7 +1503,7 @@ namespace VPNServer_JSONRPC_CodeGen
}
- w.WriteLine("Name | Type | Descrption");
+ w.WriteLine("Name | Type | Description");
w.WriteLine("--- | --- | ---");
foreach (RpcTypeParameterInfo p in plist)
{