C# Class Microsoft.TeamFoundation.Client.SoapInvoker

Mostra file Open project: Indomitable/monodevelop-tfs-addin Class Usage Examples

Public Methods

Method Description
CreateEnvelope ( string methodName, string headerName ) : SoapEnvelope
CreateEnvelope ( string methodName ) : System.Xml.Linq.XElement
InvokeResponse ( ) : System.Xml.Linq.XElement
InvokeResult ( ) : System.Xml.Linq.XElement
MethodResultExtractor ( System.Xml.Linq.XElement responseElement ) : System.Xml.Linq.XElement
SoapInvoker ( TFSService service ) : System
ToString ( ) : string

Private Methods

Method Description
GetLogFileStream ( ) : FileStream

Method Details

CreateEnvelope() public method

public CreateEnvelope ( string methodName, string headerName ) : SoapEnvelope
methodName string
headerName string
return SoapEnvelope

CreateEnvelope() public method

public CreateEnvelope ( string methodName ) : System.Xml.Linq.XElement
methodName string
return System.Xml.Linq.XElement

InvokeResponse() public method

public InvokeResponse ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

InvokeResult() public method

public InvokeResult ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

MethodResultExtractor() public method

public MethodResultExtractor ( System.Xml.Linq.XElement responseElement ) : System.Xml.Linq.XElement
responseElement System.Xml.Linq.XElement
return System.Xml.Linq.XElement

SoapInvoker() public method

public SoapInvoker ( TFSService service ) : System
service Microsoft.TeamFoundation.Client.Services.TFSService
return System

ToString() public method

public ToString ( ) : string
return string