Click or drag to resize

FulltextServiceWebService Class

Inheritance Hierarchy

Namespace:  PDTec.IceNet.Domain.Fulltext.Service.WebServiceClient.Proxy
Assembly:  PDTec.IceNet.Domain.Fulltext (in PDTec.IceNet.Domain.Fulltext.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public class FulltextServiceWebService : SoapHttpClientProtocol

The FulltextServiceWebService type exposes the following members.

Constructors
  NameDescription
Public methodFulltextServiceWebService
Initializes a new instance of the FulltextServiceWebService class
Top
Properties
  NameDescription
Public propertyAllowAutoRedirect
Gets or sets whether the client automatically follows server redirects.
(Inherited from HttpWebClientProtocol.)
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyClientCertificates
Gets the collection of client certificates.
(Inherited from HttpWebClientProtocol.)
Public propertyConnectionGroupName
Gets or sets the name of the connection group for the request.
(Inherited from WebClientProtocol.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCookieContainer
Gets or sets the collection of cookies.
(Inherited from HttpWebClientProtocol.)
Public propertyCredentials
Gets or sets security credentials for XML Web service client authentication.
(Inherited from WebClientProtocol.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyEnableDecompression
Gets or sets a value that indicates whether decompression is enabled for this HttpWebClientProtocol.
(Inherited from HttpWebClientProtocol.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyPreAuthenticate
Gets or sets whether pre-authentication is enabled.
(Inherited from WebClientProtocol.)
Public propertyProxy
Gets or sets proxy information for making an XML Web service request through a firewall.
(Inherited from HttpWebClientProtocol.)
Public propertyRequestEncoding
The Encoding used to make the client request to the XML Web service.
(Inherited from WebClientProtocol.)
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertySoapVersion
Gets or sets the version of the SOAP protocol used to make the SOAP request to the XML Web service.
(Inherited from SoapHttpClientProtocol.)
Public propertyTimeout
Indicates the time an XML Web service client waits for the reply to a synchronous XML Web service request to arrive (in milliseconds).
(Inherited from WebClientProtocol.)
Public propertyUnsafeAuthenticatedConnectionSharing
Gets or sets a value that indicates whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server that hosts the XML Web service.
(Inherited from HttpWebClientProtocol.)
Public propertyUrl
Gets or sets the base URL of the XML Web service the client is requesting.
(Inherited from WebClientProtocol.)
Public propertyUseDefaultCredentials
Gets or sets a value that indicates whether to set the Credentials property to the value of the DefaultCredentials property.
(Inherited from WebClientProtocol.)
Public propertyUserAgent
Gets or sets the value for the user agent header that is sent with each request.
(Inherited from HttpWebClientProtocol.)
Top
Methods
  NameDescription
Public methodAbort
Cancels a request to an XML Web service method.
(Inherited from WebClientProtocol.)
Public methodBeginFulltextSearch
Public methodBeginFulltextSubmitIndexTasks
Protected methodBeginInvoke
Starts an asynchronous invocation of an XML Web service method using SOAP.
(Inherited from SoapHttpClientProtocol.)
Public methodBeginLogin
Public methodCancelAsync
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDiscover
Dynamically binds to an XML Web service described in the discovery document at Url.
(Inherited from SoapHttpClientProtocol.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component.)
Public methodEndFulltextSearch
Public methodEndFulltextSubmitIndexTasks
Protected methodEndInvoke
Ends an asynchronous invocation of an XML Web service method using SOAP.
(Inherited from SoapHttpClientProtocol.)
Public methodEndLogin
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodFulltextSearch
Public methodFulltextSearchAsync(String, FulltextSearchParameters)
Public methodFulltextSearchAsync(String, FulltextSearchParameters, Object)
Public methodFulltextSubmitIndexTasks
Public methodFulltextSubmitIndexTasksAsync(String, FulltextIndexTask)
Public methodFulltextSubmitIndexTasksAsync(String, FulltextIndexTask, Object)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetReaderForMessage
Returns an XmlReader initialized with the Stream property of the SoapClientMessage parameter.
(Inherited from SoapHttpClientProtocol.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetWebRequest
Creates a WebRequest for the specified uri.
(Inherited from SoapHttpClientProtocol.)
Protected methodGetWebResponse(WebRequest)
Returns a response from a synchronous request to an XML Web service method.
(Inherited from HttpWebClientProtocol.)
Protected methodGetWebResponse(WebRequest, IAsyncResult)
Returns a response from an asynchronous request to an XML Web service method.
(Inherited from HttpWebClientProtocol.)
Protected methodGetWriterForMessage
Returns a XmlWriter initialized with the Stream property of the SoapClientMessage parameter.
(Inherited from SoapHttpClientProtocol.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodInvoke
Invokes an XML Web service method synchronously using SOAP.
(Inherited from SoapHttpClientProtocol.)
Protected methodInvokeAsync(String, Object, SendOrPostCallback)
Invokes the specified method asynchronously.
(Inherited from SoapHttpClientProtocol.)
Protected methodInvokeAsync(String, Object, SendOrPostCallback, Object)
Invokes the specified method asynchronously.
(Inherited from SoapHttpClientProtocol.)
Public methodLogin
Public methodLoginAsync(String, String)
Public methodLoginAsync(String, String, Object)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Top
Events
Remarks