WebServiceHelper(T) Class

DCSoft.DBUtilityGeneric

WebServiceHelperT Class
webservices的帮助类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.WebWebServiceHelperT

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public class WebServiceHelper<T>
where T : new(), SoapHttpClientProtocol

Type Parameters

T
SoapHttpClientProtocol的派生类(webservices生成的代理类)

The WebServiceHelperT type exposes the following members.

Constructors
  NameDescription
Public methodWebServiceHelperT
默认指定web.config中“webserviceUrl”配置项为webservice的url地址
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberInit
初始化
Public methodStatic memberInit(String)
初始化
Public methodStatic memberInitK(String, K)
初始化webserviceHelp
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSetSoapHeaderK
设置soapheader
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic member_appSetName
webconfig配置项
Top
Properties
  NameDescription
Public propertyStatic membermyheader
soapheader对象
Public propertyStatic memberservice
当前的webservice对象
Top
See Also