ReportingService2005SoapClient Constructor
ReportingService2005SoapClient()
Declaration
public ReportingService2005SoapClient()
ReportingService2005SoapClient(string)
Declaration
public ReportingService2005SoapClient(string endpointConfigurationName)
Public Sub New(endpointConfigurationName As String)
Parameters
| Type |
Name |
Description |
| string |
endpointConfigurationName |
|
ReportingService2005SoapClient(string, string)
Declaration
public ReportingService2005SoapClient(string endpointConfigurationName, string remoteAddress)
Public Sub New(endpointConfigurationName As String, remoteAddress As String)
Parameters
| Type |
Name |
Description |
| string |
endpointConfigurationName |
|
| string |
remoteAddress |
|
ReportingService2005SoapClient(string, EndpointAddress)
Declaration
public ReportingService2005SoapClient(string endpointConfigurationName, EndpointAddress remoteAddress)
Public Sub New(endpointConfigurationName As String, remoteAddress As EndpointAddress)
Parameters
ReportingService2005SoapClient(Binding, EndpointAddress)
Declaration
public ReportingService2005SoapClient(Binding binding, EndpointAddress remoteAddress)
Public Sub New(binding As Binding, remoteAddress As EndpointAddress)
Parameters