C# Класс Microsoft.ApplicationServer.Http.SafeHostDisposer

Ensures a host is opened on construction, and disposes it if the host is not faulted on dispose.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Closes the host if it's still in the CommunicationState.Opened state.

SafeHostDisposer ( System.ServiceModel.ServiceHost host ) : System

Opens the host if it's not in the CommunicationState.Opened state already.

Описание методов

Dispose() публичный Метод

Closes the host if it's still in the CommunicationState.Opened state.
public Dispose ( ) : void
Результат void

SafeHostDisposer() публичный Метод

Opens the host if it's not in the CommunicationState.Opened state already.
public SafeHostDisposer ( System.ServiceModel.ServiceHost host ) : System
host System.ServiceModel.ServiceHost
Результат System