UnityServiceHost Properties

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

The UnityServiceHost type exposes the following members.

Properties

  NameDescription
Public propertyAuthentication
Gets the service authentication behavior.
(Inherited from ServiceHostBase.)
Public propertyAuthorization
Gets the authorization behavior for the service hosted.
(Inherited from ServiceHostBase.)
Public propertyBaseAddresses
Gets the base addresses used by the hosted service.
(Inherited from ServiceHostBase.)
Public propertyChannelDispatchers
Gets the collection of channel dispatchers used by the service host.
(Inherited from ServiceHostBase.)
Public propertyCloseTimeout
Gets or sets the interval of time allowed for the service host to close.
(Inherited from ServiceHostBase.)
Public propertyContainer
Gets or sets the container.
Public propertyCredentials
Gets the credential for the service hosted.
(Inherited from ServiceHostBase.)
Protected propertyDefaultCloseTimeout
Gets the default interval of time allowed for the service host to close.
(Inherited from ServiceHostBase.)
Protected propertyDefaultOpenTimeout
Gets the default interval of time allowed for the service host to open.
(Inherited from ServiceHostBase.)
Public propertyDescription
Gets the description of the service hosted.
(Inherited from ServiceHostBase.)
Public propertyExtensions
Gets the extensions for the current specified service host.
(Inherited from ServiceHostBase.)
Protected propertyImplementedContracts
Retrieves the contracts implemented by the service hosted.
(Inherited from ServiceHostBase.)
Protected propertyIsDisposed
Gets a value that indicates whether the communication object has been disposed.
(Inherited from CommunicationObject.)
Public propertyManualFlowControlLimit
Gets or sets the flow control limit for messages received by the service hosted.
(Inherited from ServiceHostBase.)
Public propertyOpenTimeout
Gets or sets the interval of time allowed for the service host to open.
(Inherited from ServiceHostBase.)
Public propertySingletonInstance
Gets the singleton instance of the hosted service.
(Inherited from ServiceHost.)
Public propertyState
Gets a value that indicates the current state of the communication object.
(Inherited from CommunicationObject.)
Protected propertyThisLock
Gets the mutually exclusive lock that protects the class instance during a state transition.
(Inherited from CommunicationObject.)

See Also