Method | Description | |
---|---|---|
SecureDataServiceHostFactory ( ) : System |
Initializes a new instance of the SecureDataServiceHostFactory class.
|
|
SecureDataServiceHostFactory ( List |
Initializes a new instance of the SecureDataServiceHostFactory class.
|
|
SecureDataServiceHostFactory ( List |
Initializes a new instance of the SecureDataServiceHostFactory class.
|
|
SecureDataServiceHostFactory ( List |
Initializes a new instance of the SecureDataServiceHostFactory class.
|
Method | Description | |
---|---|---|
CreateServiceHost ( |
Creates a new DataServiceHost from the URI.
|
protected CreateServiceHost ( |
||
serviceType | Specifies the type of WCF service to host. | |
baseAddresses | An array of base addresses for the service. | |
return | System.ServiceModel.ServiceHost |
public SecureDataServiceHostFactory ( ) : System | ||
return | System |
public SecureDataServiceHostFactory ( List |
||
behaviors | List |
A collection of endpoint behaviors that will be applied to newly created endpoints. |
return | System |
public SecureDataServiceHostFactory ( List |
||
behaviors | List |
A collection of service behaviors that will be applied to newly created services. |
return | System |
public SecureDataServiceHostFactory ( List |
||
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. |
return | System |