Click or drag to resize
XmlNetworkFloatingService Class
SoapHttpClientProtocol implementation for calling methods in SOLO Server's XmlNetworkFloatingService web service.
Inheritance Hierarchy

Namespace: com.softwarekey.Client.WebService.XmlNetworkFloatingService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public class XmlNetworkFloatingService : SoapHttpClientProtocol

The XmlNetworkFloatingService type exposes the following members.

Constructors
  NameDescription
Public methodXmlNetworkFloatingService
Creates a new XmlLicenseFileService object.
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 Boolean 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 a synchronous XML Web service request to complete (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.
Public propertyUseDefaultCredentials
Gets or sets a value that indicates whether to set the System.Web.Services.Protocols.WebClientProtocol.Credentials property to the value of the System.Net.CredentialCache.DefaultCredentials property.
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.)
Protected methodBeginInvoke
Starts an asynchronous invocation of an XML Web service method using SOAP.
(Inherited from SoapHttpClientProtocol.)
Public methodCancelAsync
Cancels an asynchronous call to an XML Web service method (unless the call has already been completed).
Public methodCheckinSession
Calls the CheckinSession web method.
Public methodCheckinSessionAsync(String)
Calls the CheckinSession web method asynchronously.
Public methodCheckinSessionAsync(String, Object)
Calls the CheckinSession web method asynchronously.
Public methodCheckoutSession
Calls the CheckoutSession web method.
Public methodCheckoutSessionAsync(String)
Calls the CheckoutSession web method asynchronously.
Public methodCheckoutSessionAsync(String, Object)
Calls the CheckoutSession web method asynchronously.
Public methodCloseSession
Calls the CloseSession web method.
Public methodCloseSessionAsync(String)
Calls the CloseSession web method asynchronously.
Public methodCloseSessionAsync(String, Object)
Calls the CloseSession web method asynchronously.
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.)
Protected methodEndInvoke
Ends an asynchronous invocation of an XML Web service method using SOAP.
(Inherited from SoapHttpClientProtocol.)
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 methodGetHashCode
Serves as a hash function for a particular type.
(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.)
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 methodOpenSession
Calls the OpenSession web method.
Public methodOpenSessionAsync(String)
Calls the OpenSession web method asynchronously.
Public methodOpenSessionAsync(String, Object)
Calls the OpenSession web method asynchronously.
Public methodPollSession
Calls the PollSession web method.
Public methodPollSessionAsync(String)
Calls the PollSession web method asynchronously.
Public methodPollSessionAsync(String, Object)
Calls the PollSession web method asynchronously.
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Top
Events
  NameDescription
Public eventCheckinSessionCompleted
Occurs when an asynchronous call to CheckinSession has completed.
Public eventCheckoutSessionCompleted
Occurs when an asynchronous call to CheckoutSession has completed.
Public eventCloseSessionCompleted
Occurs when an asynchronous call to CloseSession has completed.
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventOpenSessionCompleted
Occurs when an asynchronous call to OpenSession has completed.
Public eventPollSessionCompleted
Occurs when an asynchronous call to PollSession has completed.
Top
Remarks
Note Note

This class should only be used directly as needed for specifying customized information, such as different end-point URLs, proxy server access credentials, etc... The com.softwarekey.Client.WebService.XmlNetworkFloatingService namespace contains WebServiceCall implementations for each supported web service method.

See Also