This class extends the ServiceHost class implemented by Windows Communication Foundation (WCF) service model programming model. It is a service host for registering Security Token Services (STSes) and let you expose an STS for use by client applications when you are not using Internet Information Services (IIS). The ServiceHost will have multiple endpoints registered based on the number of listeners registered in the configuration.
В следующей таблице перечислены члены, предоставляемые типом WSTrustServiceHost.
Открытый Конструкторы
Имя | Описание | |
---|---|---|
WSTrustServiceHost | Перегружено. Initializes an instance of WSTrustServiceHost. |
Открытый Свойства (см. также Защищенный Свойства)
Имя | Описание | |
---|---|---|
Authorization | (унаследовано от ServiceHostBase) | |
BaseAddresses | (унаследовано от ServiceHostBase) | |
ChannelDispatchers | (унаследовано от ServiceHostBase) | |
CloseTimeout | (унаследовано от ServiceHostBase) | |
Credentials | (унаследовано от ServiceHostBase) | |
Description | (унаследовано от ServiceHostBase) | |
Extensions | (унаследовано от ServiceHostBase) | |
ManualFlowControlLimit | (унаследовано от ServiceHostBase) | |
OpenTimeout | (унаследовано от ServiceHostBase) | |
SecurityTokenServiceConfiguration | ||
ServiceContract | ||
SingletonInstance | (унаследовано от ServiceHost) | |
State | (унаследовано от CommunicationObject) |
Защищенный Свойства
Имя | Описание | |
---|---|---|
DefaultCloseTimeout | (унаследовано от ServiceHostBase) | |
DefaultOpenTimeout | (унаследовано от ServiceHostBase) | |
ImplementedContracts | (унаследовано от ServiceHostBase) | |
IsDisposed | (унаследовано от CommunicationObject) | |
ThisLock | (унаследовано от CommunicationObject) |
Открытый Методы (см. также Защищенный Методы)
Имя | Описание | |
---|---|---|
Abort | (унаследовано от CommunicationObject) | |
AddServiceEndpoint | Перегружено. (унаследовано от ServiceHost) | |
BeginClose | Перегружено. (унаследовано от CommunicationObject) | |
BeginOpen | Перегружено. (унаследовано от CommunicationObject) | |
Close | Перегружено. (унаследовано от CommunicationObject) | |
EndClose | (унаследовано от CommunicationObject) | |
EndOpen | (унаследовано от CommunicationObject) | |
Equals | Перегружено. (унаследовано от Object) | |
GetHashCode | (унаследовано от Object) | |
GetType | (унаследовано от Object) | |
IncrementManualFlowControlLimit | (унаследовано от ServiceHostBase) | |
Open | Перегружено. (унаследовано от CommunicationObject) | |
ReferenceEquals | (унаследовано от Object) | |
ToString | (унаследовано от Object) |
Защищенный Методы
Имя | Описание | |
---|---|---|
AddBaseAddress | (унаследовано от ServiceHostBase) | |
ApplyConfiguration | Переписано. Override of base class method. Loads WIF configuration and overrides WCF configuration settings with WIF settings. | |
ConfigureMetadata | Configures metadata (WSDL) for the service host. The method loops through the base addresses, and adds mex endpoints for http, https, net.tcp and net.pipe addresses, only when no mex endpoints have been previously added by the user. For http and https addresses, HTTP and HTTPS "Get" mechanism for WSDL retrieval is enabled. | |
CreateDescription | (унаследовано от ServiceHost) | |
Fault | (унаследовано от CommunicationObject) | |
Finalize | (унаследовано от Object) | |
GetCommunicationObjectType | (унаследовано от CommunicationObject) | |
InitializeDescription | Перегружено. (унаследовано от ServiceHost) | |
InitializeRuntime | Переписано. Override of the base class method. Configures following settings on the service host. (1) Service Debug Behavior to include ExceptionDetailsInFault; (2) Configure the ExtensibleSecurityTokenManager on the service host. | |
InitializeSecurityTokenManager | Initializes the SecurityTokenManager that will be exposed through the wrapped ServiceHost. By default the method exposes the SecurityTokenHandlers initialized with SecurityTokenServiceConfiguration through the ServiceHost SecurityTokenManager. Note here we will only re-configure the service host when its credentials is not FederatedServiceCredentials, which allows user to manually configure the credentials themselves. | |
LoadConfigurationSection | (унаследовано от ServiceHostBase) | |
MemberwiseClone | (унаследовано от Object) | |
OnAbort | (унаследовано от ServiceHostBase) | |
OnBeginClose | (унаследовано от ServiceHostBase) | |
OnBeginOpen | (унаследовано от ServiceHostBase) | |
OnClose | (унаследовано от ServiceHostBase) | |
OnClosed | (унаследовано от ServiceHost) | |
OnClosing | (унаследовано от CommunicationObject) | |
OnEndClose | (унаследовано от ServiceHostBase) | |
OnEndOpen | (унаследовано от ServiceHostBase) | |
OnFaulted | (унаследовано от CommunicationObject) | |
OnOpen | (унаследовано от ServiceHostBase) | |
OnOpened | (унаследовано от ServiceHostBase) | |
OnOpening | (унаследовано от CommunicationObject) | |
ReleasePerformanceCounters | (унаследовано от ServiceHostBase) | |
ThrowIfDisposed | (унаследовано от CommunicationObject) | |
ThrowIfDisposedOrImmutable | (унаследовано от CommunicationObject) | |
ThrowIfDisposedOrNotOpen | (унаследовано от CommunicationObject) |
Открытый События
Имя | Описание | |
---|---|---|
Closed | (унаследовано от CommunicationObject) | |
Closing | (унаследовано от CommunicationObject) | |
Faulted | (унаследовано от CommunicationObject) | |
Opened | (унаследовано от CommunicationObject) | |
Opening | (унаследовано от CommunicationObject) | |
UnknownMessageReceived | (унаследовано от ServiceHostBase) |
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
System.IDisposable.Dispose | (унаследовано от ServiceHostBase) |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.