Table of Contents

Class UofxService

Namespace
Ede.Uofx.PubApi.Sdk.NetStd.Service
Assembly
Ede.Uofx.PubApi.Sdk.NetStd.dll
public static class UofxService
Inheritance
UofxService
Inherited Members

Properties

Key

UOF X 通訊金鑰 (公司管理員提供)

public static string Key { get; set; }

Property Value

string

UofxServerUrl

UOF X 站台位址, ex: http://localhost

public static string UofxServerUrl { get; set; }

Property Value

string

Methods

DecodeCallBack(string)

解密 callback body

public static CallBackModel<object> DecodeCallBack(string body)

Parameters

body string

Returns

CallBackModel<object>

DecodeCallBack<T>(string)

解密 callback body

public static CallBackModel<T> DecodeCallBack<T>(string body)

Parameters

body string

Returns

CallBackModel<T>

Type Parameters

T