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

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

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

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

Initializes a new instance of the SecureDataServiceHostFactory class.

SecureDataServiceHostFactory ( List behaviors ) : System

Initializes a new instance of the SecureDataServiceHostFactory class.

SecureDataServiceHostFactory ( List behaviors ) : System

Initializes a new instance of the SecureDataServiceHostFactory class.

SecureDataServiceHostFactory ( List serviceBehaviors, List endpointBehaviors ) : System

Initializes a new instance of the SecureDataServiceHostFactory class.

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

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

Creates a new DataServiceHost from the URI.

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

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

Creates a new DataServiceHost 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

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

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

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

Initializes a new instance of the SecureDataServiceHostFactory class.
public SecureDataServiceHostFactory ( List behaviors ) : System
behaviors List A collection of endpoint behaviors that will be applied to newly created endpoints.
Результат System

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

Initializes a new instance of the SecureDataServiceHostFactory class.
public SecureDataServiceHostFactory ( List behaviors ) : System
behaviors List A collection of service behaviors that will be applied to newly created services.
Результат System

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

Initializes a new instance of the SecureDataServiceHostFactory class.
public SecureDataServiceHostFactory ( List serviceBehaviors, List endpointBehaviors ) : System
serviceBehaviors List A collection of service behaviors that will be applied to newly created services.
endpointBehaviors List A collection of endpoint behaviors that will be applied to newly created endpoints.
Результат System