SyncServer MembersKentico 8.0 API Reference
The SyncServer type exposes the following members.
Constructors

  NameDescription
Public methodSyncServer
Back to Top
Methods

  NameDescription
Public methodOnlineAbort
Cancels a request to an XML Web service method.
(Inherited from OnlineWebClientProtocol.)
Protected methodOnlineBeginInvoke
Starts an asynchronous invocation of an XML Web service method using SOAP.
(Inherited from OnlineSoapHttpClientProtocol.)
Public methodCancelAsync
Public methodOnlineCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineDiscover
Dynamically binds to an XML Web service described in the discovery document at OnlineUrl.
(Inherited from OnlineSoapHttpClientProtocol.)
Public methodOnlineDispose 
Releases all resources used by the OnlineComponent.
(Inherited from OnlineComponent.)
Protected methodOnlineDispose(Boolean)
Releases the unmanaged resources used by the OnlineComponent and optionally releases the managed resources.
(Inherited from OnlineComponent.)
Protected methodOnlineEndInvoke
Ends an asynchronous invocation of an XML Web service method using SOAP.
(Inherited from OnlineSoapHttpClientProtocol.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Releases unmanaged resources and performs other cleanup operations before the OnlineComponent is reclaimed by garbage collection.
(Inherited from OnlineComponent.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineGetReaderForMessage
Returns an OnlineXmlReader initialized with the OnlineStream property of the OnlineSoapClientMessage parameter.
(Inherited from OnlineSoapHttpClientProtocol.)
Protected methodOnlineGetService
Returns an object that represents a service provided by the OnlineComponent or by its OnlineContainer.
(Inherited from OnlineComponent.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineGetWebRequest
Creates a OnlineWebRequest for the specified uri.
(Inherited from OnlineSoapHttpClientProtocol.)
Protected methodOnlineGetWebResponse(WebRequest)
Returns a response from a synchronous request to an XML Web service method.
(Inherited from OnlineHttpWebClientProtocol.)
Protected methodOnlineGetWebResponse(WebRequest, IAsyncResult)
Returns a response from an asynchronous request to an XML Web service method.
(Inherited from OnlineHttpWebClientProtocol.)
Protected methodOnlineGetWriterForMessage
Returns a OnlineXmlWriter initialized with the OnlineStream property of the OnlineSoapClientMessage parameter.
(Inherited from OnlineSoapHttpClientProtocol.)
Public methodOnlineInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineInvoke
Invokes an XML Web service method synchronously using SOAP.
(Inherited from OnlineSoapHttpClientProtocol.)
Protected methodOnlineInvokeAsync(String,  Object , SendOrPostCallback)
Invokes the specified method asynchronously.
(Inherited from OnlineSoapHttpClientProtocol.)
Protected methodOnlineInvokeAsync(String,  Object , SendOrPostCallback, Object)
Invokes the specified method asynchronously.
(Inherited from OnlineSoapHttpClientProtocol.)
Protected methodOnlineMemberwiseClone 
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone(Boolean)
Creates a shallow copy of the current OnlineMarshalByRefObject object.
(Inherited from OnlineMarshalByRefObject.)
Public methodProcessSynchronizationTask
Public methodProcessSynchronizationTaskAsync(String, String, String, String, String)
Public methodProcessSynchronizationTaskAsync(String, String, String, String, String, Object)
Public methodOnlineToString
Returns a OnlineString containing the name of the OnlineComponent, if any. This method should not be overridden.
(Inherited from OnlineComponent.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Properties

  NameDescription
Public propertyOnlineAllowAutoRedirect
Gets or sets whether the client automatically follows server redirects.
(Inherited from OnlineHttpWebClientProtocol.)
Protected propertyOnlineCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from OnlineComponent.)
Public propertyOnlineClientCertificates
Gets the collection of client certificates.
(Inherited from OnlineHttpWebClientProtocol.)
Public propertyOnlineConnectionGroupName
Gets or sets the name of the connection group for the request.
(Inherited from OnlineWebClientProtocol.)
Public propertyOnlineContainer
Gets the OnlineIContainer that contains the OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyOnlineCookieContainer
Gets or sets the collection of cookies.
(Inherited from OnlineHttpWebClientProtocol.)
Public propertyOnlineCredentials
Gets or sets security credentials for XML Web service client authentication.
(Inherited from OnlineWebClientProtocol.)
Protected propertyOnlineDesignMode
Gets a value that indicates whether the OnlineComponent is currently in design mode.
(Inherited from OnlineComponent.)
Public propertyOnlineEnableDecompression
Gets or sets a OnlineBoolean that indicates whether decompression is enabled for this OnlineHttpWebClientProtocol.
(Inherited from OnlineHttpWebClientProtocol.)
Protected propertyOnlineEvents
Gets the list of event handlers that are attached to this OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyOnlinePreAuthenticate
Gets or sets whether pre-authentication is enabled.
(Inherited from OnlineWebClientProtocol.)
Public propertyOnlineProxy
Gets or sets proxy information for making an XML Web service request through a firewall.
(Inherited from OnlineHttpWebClientProtocol.)
Public propertyOnlineRequestEncoding
The OnlineEncoding used to make the client request to the XML Web service.
(Inherited from OnlineWebClientProtocol.)
Public propertyOnlineSite
Gets or sets the OnlineISite of the OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyOnlineSoapVersion
Gets or sets the version of the SOAP protocol used to make the SOAP request to the XML Web service.
(Inherited from OnlineSoapHttpClientProtocol.)
Public propertyOnlineTimeout
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 OnlineWebClientProtocol.)
Public propertyOnlineUnsafeAuthenticatedConnectionSharing
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 OnlineHttpWebClientProtocol.)
Public propertyUrl
Public propertyUseDefaultCredentials
Public propertyOnlineUserAgent
Gets or sets the value for the user agent header that is sent with each request.
(Inherited from OnlineHttpWebClientProtocol.)
Back to Top
Events

  NameDescription
Public eventOnlineDisposed
Occurs when the component is disposed by a call to the OnlineDispose  method.
(Inherited from OnlineComponent.)
Public eventProcessSynchronizationTaskCompleted
Back to Top
See Also