WebServiceHelper(T).SetSoapHeader(K) Method

DCSoft.DBUtilityGeneric

WebServiceHelperTSetSoapHeaderK Method
设置soapheader

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 SetSoapHeader<K>(
	K soapHeader
)
where K : SoapHeader

Parameters

soapHeader
Type: K
soapheader对象

Type Parameters

K
soapheader的类型

Return Value

Type: T

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

See Also