MySoapHeader Class

DCSoft.DBUtilityGeneric

MySoapHeader Class
webservice 用户验证
Inheritance Hierarchy
SystemObject  System.Web.Services.ProtocolsSoapHeader
    DCSoft.Utility.WebMySoapHeader

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class MySoapHeader : SoapHeader

The MySoapHeader type exposes the following members.

Constructors
  NameDescription
Public methodMySoapHeader
Initializes a new instance of the MySoapHeader class
Public methodMySoapHeader(String, String)
Initializes a new instance of the MySoapHeader class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodStatic memberValid
Top
Properties
  NameDescription
Public propertyActor (Inherited from SoapHeader.)
Public propertycustomTag
自定义信息
Public propertyDidUnderstand (Inherited from SoapHeader.)
Public propertyEncodedMustUnderstand (Inherited from SoapHeader.)
Public propertyEncodedMustUnderstand12 (Inherited from SoapHeader.)
Public propertyEncodedRelay (Inherited from SoapHeader.)
Public propertyloginUserId
登陆ID
Public propertyMustUnderstand (Inherited from SoapHeader.)
Public propertypassWord
passWord
Public propertyRelay (Inherited from SoapHeader.)
Public propertyRole (Inherited from SoapHeader.)
Public propertyroleCode
角色等级
Public propertyroleLevel
角色等级
Public propertysupplementCode
管理单位、平台编码
Public propertyuserName
userName
Top
See Also