C# 클래스 GSF.ServiceModel.Activation.SecureDataServiceHostFactory

A service host factory for WCF Data Services that enables role-based security using IAuthorizationPolicy.
상속: System.Data.Services.DataServiceHostFactory
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
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