메소드 | 설명 | |
---|---|---|
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 |
Initializes a new instance of the SecureServiceHostFactory class.
|
메소드 | 설명 | |
---|---|---|
CreateServiceHost ( |
Creates a new ServiceHost from the URI.
|
protected CreateServiceHost ( |
||
serviceType | Specifies the type of WCF service to host. | |
baseAddresses | An array of base addresses for the service. | |
리턴 | System.ServiceModel.ServiceHost |
public SecureServiceHostFactory ( string protocol ) : System | ||
protocol | string | Protocol used by the service. |
리턴 | System |
public SecureServiceHostFactory ( string protocol, string address ) : System | ||
protocol | string | Protocol used by the service. |
address | string | Address of the service. |
리턴 | System |
public SecureServiceHostFactory ( string protocol, string address, List |
||
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 |