Class DefaultEndpointServiceProvider
A default endpoint service provider.
Inheritance
System.Object
DefaultEndpointServiceProvider
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.ServiceStack.Hosting
Assembly: Kephas.ServiceStack.dll
Syntax
[OverridePriority(Priority.Low)]
public class DefaultEndpointServiceProvider : IEndpointServiceProvider
Constructors
| Improve this Doc View SourceDefaultEndpointServiceProvider(ICollection<IExportFactory<IEndpointService, EndpointMetadata>>)
Initializes a new instance of the DefaultEndpointServiceProvider class.
Declaration
public DefaultEndpointServiceProvider(ICollection<IExportFactory<IEndpointService, EndpointMetadata>> endpointServiceFactories)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<IExportFactory<IEndpointService, EndpointMetadata>> | endpointServiceFactories | The endpoint service factories. |
Properties
| Improve this Doc View SourceServiceAssemblies
Gets the endpoint service assemblies.
Declaration
public Assembly[] ServiceAssemblies { get; }
Property Value
Type | Description |
---|---|
System.Reflection.Assembly[] | An array of assemblies containing endpoint services. |
ServiceName
Gets the name of the service.
Declaration
public string ServiceName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the service. |