C# Class ServiceStack.AppHostHttpListenerPoolBase

Inheritance: AppHostHttpListenerBase
Exibir arquivo Open project: ServiceStack/ServiceStack

Protected Methods

Method Description
AppHostHttpListenerPoolBase ( string serviceName ) : System.Reflection
AppHostHttpListenerPoolBase ( string serviceName, int poolSize ) : System.Reflection

Method Details

AppHostHttpListenerPoolBase() protected method

protected AppHostHttpListenerPoolBase ( string serviceName ) : System.Reflection
serviceName string
return System.Reflection

AppHostHttpListenerPoolBase() protected method

protected AppHostHttpListenerPoolBase ( string serviceName, int poolSize ) : System.Reflection
serviceName string
poolSize int
return System.Reflection