ServiceStack.WebHost.Endpoints.Extensions |
ServiceStack.WebHost.Endpoints.Formats |
ServiceStack.WebHost.Endpoints.Metadata |
ServiceStack.WebHost.Endpoints.Support |
ServiceStack.WebHost.Endpoints.Tests |
Name | Description |
---|---|
AppHostBase | Inherit from this class if you want to host your web services inside an ASP.NET application. |
AppHostHttpListenerBase | Inherit from this class if you want to host your web services inside a Console Application, Windows Service, etc. Usage of HttpListener allows you to host webservices on the same port (:80) as IIS however it requires admin user privillages. |
EndpointHost | |
EndpointHost.UserConfig | |
EndpointHostConfig | |
GenericHandler | |
JsvAsyncOneWayHandler | |
JsvSyncReplyHandler | |
RestHandler | |
ServiceEndpointsMetadataConfig | |
Soap11AsyncOneWayHandler | |
Soap11Handlers | |
Soap11SyncReplyHandler | |
XmlRequestDto |