Show / Hide Table of Contents

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 Source

ServiceAssemblies

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[]
| Improve this Doc View Source

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.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX