Class UofxService
public static class UofxService
- Inheritance
-
UofxService
- Inherited Members
Properties
Key
UOF X 通訊金鑰 (公司管理員提供)
public static string Key { get; set; }
Property Value
UofxServerUrl
UOF X 站台位址, ex: http://localhost
public static string UofxServerUrl { get; set; }
Property Value
Methods
DecodeCallBack(string)
解密 callback body
public static CallBackModel<object> DecodeCallBack(string body)
Parameters
body
string
Returns
DecodeCallBack<T>(string)
解密 callback body
public static CallBackModel<T> DecodeCallBack<T>(string body)
Parameters
body
string
Returns
Type Parameters
T