UnityServiceHost Methods

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

The UnityServiceHost type exposes the following members.

Methods

  NameDescription
Public methodAbort
Causes a communication object to transition immediately from its current state into the closing state.
(Inherited from CommunicationObject.)
Protected methodAddBaseAddress
Adds a base address to the service host.
(Inherited from ServiceHostBase.)
Public methodAddDefaultEndpoints
Adds service endpoints for all base addresses in each contract found in the service host with the default binding.
(Inherited from ServiceHostBase.)
Public methodAddServiceEndpoint(ServiceEndpoint)
Adds the specified service endpoint to the hosted service.
(Inherited from ServiceHostBase.)
Public methodAddServiceEndpoint(Type, Binding, String)
Adds a service endpoint to the hosted service with a specified contract, binding, and endpoint address.
(Inherited from ServiceHost.)
Public methodAddServiceEndpoint(Type, Binding, Uri)
Adds a service endpoint to the hosted service with a specified contract, binding, and URI that contains the endpoint address.
(Inherited from ServiceHost.)
Public methodAddServiceEndpoint(String, Binding, String)
Adds a service endpoint to the hosted service with a specified contract, binding, and endpoint address.
(Inherited from ServiceHostBase.)
Public methodAddServiceEndpoint(String, Binding, Uri)
Adds a service endpoint to the hosted service with a specified contract, binding, and a URI that contains the endpoint address.
(Inherited from ServiceHostBase.)
Public methodAddServiceEndpoint(Type, Binding, String, Uri)
Adds a service endpoint to the hosted service with a specified contract, binding, an endpoint address, and a URI on which the service listens.
(Inherited from ServiceHost.)
Public methodAddServiceEndpoint(Type, Binding, Uri, Uri)
Adds a service endpoint to the hosted service with a specified contract, binding, a URI that contains the endpoint address, and a URI on which the service listens.
(Inherited from ServiceHost.)
Public methodAddServiceEndpoint(String, Binding, String, Uri)
Adds a service endpoint to the hosted service with a specified contract, binding, endpoint address and URI that contains the address at which it listens.
(Inherited from ServiceHostBase.)
Public methodAddServiceEndpoint(String, Binding, Uri, Uri)
Adds a service endpoint to the hosted service with the specified contract, binding, and URIs that contain the endpoint and listening addresses.
(Inherited from ServiceHostBase.)
Protected methodApplyConfiguration
Loads the service description information from the configuration file and applies it to the runtime being constructed.
(Inherited from ServiceHostBase.)
Public methodBeginClose(AsyncCallback, Object)
Begins an asynchronous operation to close a communication object.
(Inherited from CommunicationObject.)
Public methodBeginClose(TimeSpan, AsyncCallback, Object)
Begins an asynchronous operation to close a communication object with a specified timeout.
(Inherited from CommunicationObject.)
Public methodBeginOpen(AsyncCallback, Object)
Begins an asynchronous operation to open a communication object.
(Inherited from CommunicationObject.)
Public methodBeginOpen(TimeSpan, AsyncCallback, Object)
Begins an asynchronous operation to open a communication object within a specified interval of time.
(Inherited from CommunicationObject.)
Public methodClose()()()()
Causes a communication object to transition from its current state into the closed state.
(Inherited from CommunicationObject.)
Public methodClose(TimeSpan)
Causes a communication object to transition from its current state into the closed state within a specified interval of time.
(Inherited from CommunicationObject.)
Protected methodCreateDescription
Creates a description of the service hosted.
(Inherited from ServiceHost.)
Public methodEndClose
Completes an asynchronous operation to close a communication object.
(Inherited from CommunicationObject.)
Public methodEndOpen
Completes an asynchronous operation to open a communication object.
(Inherited from CommunicationObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFault
Causes a communication object to transition from its current state into the faulted state.
(Inherited from CommunicationObject.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetCommunicationObjectType
Gets the type of communication object.
(Inherited from CommunicationObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncrementManualFlowControlLimit
Increases the limit on the flow rate of messages to the hosted service by a specified increment.
(Inherited from ServiceHostBase.)
Protected methodInitializeDescription(UriSchemeKeyedCollection)
Creates and initializes the service host with the contract and service descriptions.
(Inherited from ServiceHostBase.)
Protected methodInitializeDescription(Object, UriSchemeKeyedCollection)
Initializes a description of the service hosted based on its instance and specified base addresses.
(Inherited from ServiceHost.)
Protected methodInitializeDescription(Type, UriSchemeKeyedCollection)
Initializes a description of the service hosted based on its type and specified base addresses.
(Inherited from ServiceHost.)
Protected methodInitializeRuntime
Initializes the runtime for the service host.
(Inherited from ServiceHostBase.)
Protected methodLoadConfigurationSection
Loads the service element from the configuration file of the hosted service.
(Inherited from ServiceHostBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAbort
Aborts the service.
(Inherited from ServiceHostBase.)
Protected methodOnBeginClose
Begins an asynchronous operation invoked on the close of the service host.
(Inherited from ServiceHostBase.)
Protected methodOnBeginOpen
Begins an asynchronous operation invoked on the opening of the service host.
(Inherited from ServiceHostBase.)
Protected methodOnClose
Closes down the hosted service, including their channel dispatchers and associated instance contexts and listeners.
(Inherited from ServiceHostBase.)
Protected methodOnClosed
Disposes of disposable services that are being hosted when the service host is closed.
(Inherited from ServiceHost.)
Protected methodOnClosing
Invoked during the transition of a communication object into the closing state.
(Inherited from CommunicationObject.)
Protected methodOnEndClose
Completes an asynchronous operation invoked on the closing of the service host.
(Inherited from ServiceHostBase.)
Protected methodOnEndOpen
Completes an asynchronous operation invoked on the opening of the service host.
(Inherited from ServiceHostBase.)
Protected methodOnFaulted
Inserts processing on a communication object after it transitions to the faulted state due to the invocation of a synchronous fault operation.
(Inherited from CommunicationObject.)
Protected methodOnOpen
Opens the channel dispatchers.
(Inherited from ServiceHostBase.)
Protected methodOnOpened
Gets the service credentials,service authentication and authorization behavior for the hosted service.
(Inherited from ServiceHostBase.)
Protected methodOnOpening
Invoked during the transition of a communication object into the opening state.
(Overrides CommunicationObject..::..OnOpening()()()().)
Public methodOpen()()()()
Causes a communication object to transition from the created state into the opened state.
(Inherited from CommunicationObject.)
Public methodOpen(TimeSpan)
Causes a communication object to transition from the created state into the opened state within a specified interval of time.
(Inherited from CommunicationObject.)
Protected methodReleasePerformanceCounters (Inherited from ServiceHostBase.)
Public methodSetEndpointAddress
Sets the endpoint address of the specified endpoint to the specified address.
(Inherited from ServiceHostBase.)
Protected methodThrowIfDisposed
Throws an exception if the communication object is disposed.
(Inherited from CommunicationObject.)
Protected methodThrowIfDisposedOrImmutable
Throws an exception if the communication object the State property is not set to the Created state.
(Inherited from CommunicationObject.)
Protected methodThrowIfDisposedOrNotOpen
Throws an exception if the communication object is not in the Opened state.
(Inherited from CommunicationObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also