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

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

공개 메소드들

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