ServiceStack.WebHost.Endpoints.GenericHandler.GenericHandler C# (CSharp) Method

GenericHandler() protected method

protected GenericHandler ( string contentType, EndpointAttributes handlerAttributes ) : System
contentType string
handlerAttributes EndpointAttributes
return System
        protected GenericHandler(string contentType, EndpointAttributes handlerAttributes)
        {
            this.HandlerContentType = contentType;
            this.ContentTypeAttribute = ContentType.GetEndpointAttributes(contentType);
            this.HandlerAttributes = handlerAttributes;
        }