Interface IEndpointServiceProvider
The endpoint service provider is a shared application service which collects a list of assemblies containing the endpoint service classes.
Namespace: Kephas.ServiceStack.Hosting
Assembly: Kephas.ServiceStack.dll
Syntax
[SingletonAppServiceContract]
public interface IEndpointServiceProvider
Properties
| Improve this Doc View SourceServiceAssemblies
Gets the list of service assemblies which provide web service implementations for the endpoint.
Declaration
Assembly[] ServiceAssemblies { get; }
Property Value
Type | Description |
---|---|
System.Reflection.Assembly[] |
ServiceName
Gets the service name.
Declaration
string ServiceName { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
This is simple a concatenated string of all used web endpoints. ServiceStack needs a name for the self host instance.