测试文档

This commit is contained in:
若汝棋茗
2024-05-20 16:17:36 +08:00
parent fabbb06397
commit 4230810049

View File

@@ -207,7 +207,7 @@ interface IXmlRpcServer
}
```
最后生成代理,并按照接口调用。
最后生成代理,并按照接口调用。
```csharp {1}
var rpc = MyXmlRpcDispatchProxy.Create<IXmlRpcServer, MyXmlRpcDispatchProxy>();