Class UofxService
Inheritance
System.Object
UofxService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Service
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public static class UofxService
Properties
View SourceKey
UOF X 通訊金鑰 (公司管理員提供)
Declaration
public static string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UofxServerUrl
UOF X 站台位址,請勿在結尾加上公司代碼。 ex: http://localhost
Declaration
public static string UofxServerUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceDecodeCallBack(String)
解密 callback body
Declaration
public static CallBackModel<object> DecodeCallBack(string body)
Parameters
Type | Name | Description |
---|---|---|
System.String | body |
Returns
Type | Description |
---|---|
CallBackModel<System.Object> |
DecodeCallBack<T>(String)
解密 callback body
Declaration
public static CallBackModel<T> DecodeCallBack<T>(string body)
Parameters
Type | Name | Description |
---|---|---|
System.String | body |
Returns
Type | Description |
---|---|
CallBackModel<T> |
Type Parameters
Name | Description |
---|---|
T |