.NET Framework Class Library
ServiceHost Methods

The ServiceHost type exposes the following members.

Methods

  NameDescription
Public methodAbortCauses a communication object to transition immediately from its current state into the closing state. (Inherited from CommunicationObject.)
Protected methodAddBaseAddressAdds a base address to the service host. (Inherited from ServiceHostBase.)
Public methodAddServiceEndpointOverloaded. Adds a service endpoint to the hosted service.
Protected methodApplyConfigurationLoads the service description information from the configuration file and applies it to the runtime being constructed. (Inherited from ServiceHostBase.)
Public methodBeginCloseOverloaded. Begins an asynchronous operation to close a communication object.
Public methodBeginOpenOverloaded. Begins an asynchronous operation to open a communication object.
Public methodCloseOverloaded. Causes a communication object to transition from its current state into the closed state.
Protected methodCreateDescriptionCreates a description of the service hosted. (Overrides ServiceHostBase..::.CreateDescription(IDictionary<(Of <(String, ContractDescription>)>)%).)
Public methodEndCloseCompletes an asynchronous operation to close a communication object. (Inherited from CommunicationObject.)
Public methodEndOpenCompletes an asynchronous operation to open a communication object. (Inherited from CommunicationObject.)
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFaultCauses a communication object to transition from its current state into the faulted state. (Inherited from CommunicationObject.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected methodGetCommunicationObjectTypeGets the type of communication object. (Inherited from CommunicationObject.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodIncrementManualFlowControlLimitIncreases the limit on the flow rate of messages to the hosted service by a specified increment. (Inherited from ServiceHostBase.)
Protected methodInitializeDescriptionOverloaded. Initializes a description of the service hosted based on its type or instance.
Protected methodInitializeRuntimeInitializes the runtime for the service host. (Inherited from ServiceHostBase.)
Protected methodLoadConfigurationSectionLoads the service element from the configuration file of the hosted service. (Inherited from ServiceHostBase.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnAbortAborts the service. (Inherited from ServiceHostBase.)
Protected methodOnBeginCloseBegins an asynchronous operation invoked on the close of the service host. (Inherited from ServiceHostBase.)
Protected methodOnBeginOpenBegins an asynchronous operation invoked on the opening of the service host. (Inherited from ServiceHostBase.)
Protected methodOnCloseCloses down the hosted service, including their channel dispatchers and associated instance contexts and listeners. (Inherited from ServiceHostBase.)
Protected methodOnClosedDisposes of disposable services that are being hosted when the service host is closed. (Overrides CommunicationObject..::.OnClosed()()().)
Protected methodOnClosingInvoked during the transition of a communication object into the closing state. (Inherited from CommunicationObject.)
Protected methodOnEndCloseCompletes an asynchronous operation invoked on the closing of the service host. (Inherited from ServiceHostBase.)
Protected methodOnEndOpenCompletes an asynchronous operation invoked on the opening of the service host. (Inherited from ServiceHostBase.)
Protected methodOnFaultedInserts 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 methodOnOpenOpens the channel dispatchers. (Inherited from ServiceHostBase.)
Protected methodOnOpenedGets the service credentials and service authorization behavior for the hosted service. (Inherited from ServiceHostBase.)
Protected methodOnOpeningInvoked during the transition of a communication object into the opening state. (Inherited from CommunicationObject.)
Public methodOpenOverloaded. Causes a communication object to transition from the created state into the opened state.
Protected methodReleasePerformanceCountersReleases the service and channel dispatcher performance counters for the hosted service. (Inherited from ServiceHostBase.)
Protected methodThrowIfDisposedThrows an exception if the communication object is disposed. (Inherited from CommunicationObject.)
Protected methodThrowIfDisposedOrImmutableThrows an exception if the communication object the State property is not set to the Created state. (Inherited from CommunicationObject.)
Protected methodThrowIfDisposedOrNotOpenThrows an exception if the communication object is not in the Opened state. (Inherited from CommunicationObject.)
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIDisposable..::.DisposeCloses the service host. (Inherited from ServiceHostBase.)
Top
See Also

Reference

Tags :


Page view tracker