Click or drag to resize

BrowserProcessServiceHost Properties

Version 130.1.90

The BrowserProcessServiceHost type exposes the following members.

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
See Also