C# Class WSSAT.BusinessLayer.Parser

显示文件 Open project: YalcinYolalan/WSSAT Class Usage Examples

Public Properties

Property Type Description
rawWSDL System.Xml.Linq.XDocument

Public Methods

Method Description
GetOperations ( ) : List
GetParameters ( System.Web.Services.Description.Message msg ) : List
GetUnboundedOccurrence ( ) : string
Parser ( WSDescriber wsDesc, bool &untrustedSSLSecureChannel, List &respHeader ) : System

Private Methods

Method Description
GetHttpWebReq ( WSDescriber wsDesc ) : HttpWebRequest

Method Details

GetOperations() public method

public GetOperations ( ) : List
return List

GetParameters() public method

public GetParameters ( System.Web.Services.Description.Message msg ) : List
msg System.Web.Services.Description.Message
return List

GetUnboundedOccurrence() public method

public GetUnboundedOccurrence ( ) : string
return string

Parser() public method

public Parser ( WSDescriber wsDesc, bool &untrustedSSLSecureChannel, List &respHeader ) : System
wsDesc WSSAT.DataTypes.WSDescriber
untrustedSSLSecureChannel bool
respHeader List
return System

Property Details

rawWSDL public_oe property

public XDocument,System.Xml.Linq rawWSDL
return System.Xml.Linq.XDocument