Click or drag to resize

BrowserProcessServiceHost Class

Version 130.1.90

[Missing <summary> documentation for "T:CefSharp.Internals.Wcf.BrowserProcessServiceHost"]

Inheritance Hierarchy
SystemObject
  System.ServiceModel.ChannelsCommunicationObject
    System.ServiceModelServiceHostBase
      System.ServiceModelServiceHost
        CefSharp.Internals.WcfBrowserProcessServiceHost

Namespace: CefSharp.Internals.Wcf
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public class BrowserProcessServiceHost : ServiceHost

The BrowserProcessServiceHost type exposes the following members.

Constructors
 NameDescription
Public methodBrowserProcessServiceHostInitializes a new instance of the BrowserProcessServiceHost class
Top
Properties
 NameDescription
Public propertyAuthenticationGets the service authentication behavior.
(Inherited from ServiceHostBase)
Public propertyAuthorizationGets the authorization behavior for the service hosted.
(Inherited from ServiceHostBase)
Public propertyBaseAddressesGets the base addresses used by the hosted service.
(Inherited from ServiceHostBase)
Public propertyChannelDispatchersGets the collection of channel dispatchers used by the service host.
(Inherited from ServiceHostBase)
Public propertyCloseTimeoutGets or sets the interval of time allowed for the service host to close.
(Inherited from ServiceHostBase)
Public propertyCredentialsGets the credential for the service hosted.
(Inherited from ServiceHostBase)
Protected propertyDefaultCloseTimeoutGets the default interval of time allowed for the service host to close.
(Inherited from ServiceHostBase)
Protected propertyDefaultOpenTimeoutGets the default interval of time allowed for the service host to open.
(Inherited from ServiceHostBase)
Public propertyDescriptionGets the description of the service hosted.
(Inherited from ServiceHostBase)
Public propertyExtensionsGets the extensions for the current specified service host.
(Inherited from ServiceHostBase)
Protected propertyImplementedContractsRetrieves the contracts implemented by the service hosted.
(Inherited from ServiceHostBase)
Protected propertyIsDisposedGets a value that indicates whether the communication object has been disposed.
(Inherited from CommunicationObject)
Public propertyJavascriptObjectRepository 
Public propertyManualFlowControlLimitGets or sets the flow control limit for messages received by the service hosted.
(Inherited from ServiceHostBase)
Public propertyOpenTimeoutGets or sets the interval of time allowed for the service host to open.
(Inherited from ServiceHostBase)
Public propertySingletonInstanceGets the singleton instance of the hosted service.
(Inherited from ServiceHost)
Public propertyStateGets a value that indicates the current state of the communication object.
(Inherited from CommunicationObject)
Protected propertyThisLockGets the mutually exclusive lock that protects the class instance during a state transition.
(Inherited from CommunicationObject)
Top
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 methodAddDefaultEndpointsAdds 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(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)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, 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)
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)
Protected methodApplyConfigurationLoads the service description from the configuration file and applies it to the runtime being constructed.
(Inherited from ServiceHost)
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 methodCloseCauses 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)
Public methodStatic memberCreateBinding 
Protected methodCreateDescriptionCreates a description of the service hosted.
(Inherited from ServiceHost)
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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected methodGetCommunicationObjectTypeGets the type of communication object.
(Inherited from CommunicationObject)
Public methodGetHashCodeServes as the default hash function.
(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 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 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 methodOnClosed
(Overrides ServiceHostOnClosed)
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,service authentication and 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 methodOpenCauses 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 methodReleasePerformanceCountersReleases the service and channel dispatcher performance counters for the hosted service.
(Inherited from ServiceHostBase)
Public methodSetEndpointAddressSets the endpoint address of the specified endpoint to the specified address.
(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
Events
 NameDescription
Public eventClosedOccurs when a communication object transitions into the closed state.
(Inherited from CommunicationObject)
Public eventClosingOccurs when a communication object transitions into the closing state.
(Inherited from CommunicationObject)
Public eventFaultedOccurs when a communication object transitions into the faulted state.
(Inherited from CommunicationObject)
Public eventOpenedOccurs when a communication object transitions into the opened state.
(Inherited from CommunicationObject)
Public eventOpeningOccurs when a communication object transitions into the opening state.
(Inherited from CommunicationObject)
Public eventUnknownMessageReceivedOccurs when an unknown message is received.
(Inherited from ServiceHostBase)
Top
See Also