WebServiceHelper(T).Init(K) Method (String, K)

DCSoft.DBUtilityGeneric

WebServiceHelperTInitK Method (String, K)
初始化webserviceHelp

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<K>(
	string appSetName,
	K soapHeader
)
where K : SoapHeader

Parameters

appSetName
Type: SystemString
webservice连接url在web.config配置项键名
soapHeader
Type: K
soapheader对象

Type Parameters

K
soapheader的类型

Return Value

Type: T

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

See Also