C# Класс GSF.ServiceModel.Activation.SecureServiceHostFactory

A service host factory for WCF Services that enables role-based security using IAuthorizationPolicy.
Наследование: System.ServiceModel.Activation.ServiceHostFactory
Показать файл Открыть проект

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

Метод Описание
SecureServiceHostFactory ( ) : System

Initializes a new instance of the SecureServiceHostFactory class.

SecureServiceHostFactory ( string protocol ) : System

Initializes a new instance of the SecureServiceHostFactory class.

SecureServiceHostFactory ( string protocol, string address ) : System

Initializes a new instance of the SecureServiceHostFactory class.

SecureServiceHostFactory ( string protocol, string address, List endpointBehaviors, List serviceBehaviors ) : System

Initializes a new instance of the SecureServiceHostFactory class.

Защищенные методы

Метод Описание
CreateServiceHost ( Type serviceType, Uri baseAddresses ) : System.ServiceModel.ServiceHost

Creates a new ServiceHost from the URI.

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

CreateServiceHost() защищенный Метод

Creates a new ServiceHost from the URI.
protected CreateServiceHost ( Type serviceType, Uri baseAddresses ) : System.ServiceModel.ServiceHost
serviceType System.Type Specifies the type of WCF service to host.
baseAddresses System.Uri An array of base addresses for the service.
Результат System.ServiceModel.ServiceHost

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

Initializes a new instance of the SecureServiceHostFactory class.
public SecureServiceHostFactory ( ) : System
Результат System

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

Initializes a new instance of the SecureServiceHostFactory class.
public SecureServiceHostFactory ( string protocol ) : System
protocol string Protocol used by the service.
Результат System

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

Initializes a new instance of the SecureServiceHostFactory class.
public SecureServiceHostFactory ( string protocol, string address ) : System
protocol string Protocol used by the service.
address string Address of the service.
Результат System

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

Initializes a new instance of the SecureServiceHostFactory class.
public SecureServiceHostFactory ( string protocol, string address, List endpointBehaviors, List serviceBehaviors ) : System
protocol string Protocol used by the service.
address string Address of the service.
endpointBehaviors List Endpoint behaviors to be added to the created service.
serviceBehaviors List Service behaviors to be added to the created service.
Результат System