ServiceHost Properties
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | Authentication | Gets the service authentication behavior.(Inherited from ServiceHostBase.) |
![]() | Authorization | Gets the authorization behavior for the service hosted.(Inherited from ServiceHostBase.) |
![]() | BaseAddresses | Gets the base addresses used by the hosted service.(Inherited from ServiceHostBase.) |
![]() | ChannelDispatchers | Gets the collection of channel dispatchers used by the service host.(Inherited from ServiceHostBase.) |
![]() | CloseTimeout | Gets or sets the interval of time allowed for the service host to close.(Inherited from ServiceHostBase.) |
![]() | Credentials | Gets the credential for the service hosted.(Inherited from ServiceHostBase.) |
![]() | DefaultCloseTimeout | Gets the default interval of time allowed for the service host to close.(Inherited from ServiceHostBase.) |
![]() | DefaultOpenTimeout | Gets the default interval of time allowed for the service host to open.(Inherited from ServiceHostBase.) |
![]() | Description | Gets the description of the service hosted.(Inherited from ServiceHostBase.) |
![]() | Extensions | Gets the extensions for the current specified service host.(Inherited from ServiceHostBase.) |
![]() | ImplementedContracts | Retrieves the contracts implemented by the service hosted.(Inherited from ServiceHostBase.) |
![]() | IsDisposed | Gets a value that indicates whether the communication object has been disposed.(Inherited from CommunicationObject.) |
![]() | ManualFlowControlLimit | Gets or sets the flow control limit for messages received by the service hosted.(Inherited from ServiceHostBase.) |
![]() | OpenTimeout | Gets or sets the interval of time allowed for the service host to open.(Inherited from ServiceHostBase.) |
![]() | SingletonInstance | Gets the singleton instance of the hosted service. |
![]() | State | Gets a value that indicates the current state of the communication object.(Inherited from CommunicationObject.) |
![]() | ThisLock | Gets the mutually exclusive lock that protects the class instance during a state transition.(Inherited from CommunicationObject.) |

