WebServiceHelper(T).Init Method (String)

DCSoft.DBUtilityGeneric

WebServiceHelperTInit Method (String)
初始化

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static T Init(
	string appSetName
)

Parameters

appSetName
Type: SystemString
webservice连接url在web.config配置项键名

Return Value

Type: T

[Missing <returns> documentation for "M:DCSoft.Utility.Web.WebServiceHelper`1.Init(System.String)"]

See Also