RpcStoreGetProxyCodesTAttribute(String) 方法
获取生成的代理
命名空间: TouchSocket.Rpc程序集: TouchSocket.Rpc (在 TouchSocket.Rpc.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
public string GetProxyCodes<TAttribute>(
string namespace
)
where TAttribute : RpcAttribute
Public Function GetProxyCodes(Of TAttribute As RpcAttribute) (
namespace As String
) As String
member GetProxyCodes :
namespace : string -> string when 'TAttribute : RpcAttribute
- namespace String
- 生成代理代码的目标命名空间
- TAttribute
- Rpc特性类型,必须继承自RpcAttribute
String生成的代理代码字符串