IndexMetadataHandler
Assembly: ServiceStack.dll
View Source
Declaration
public class IndexMetadataHandler : BaseSoapMetadataHandler, IHttpAsyncHandler, IHttpHandler, IServiceStackHandler
Properties
Format
View Source
Declaration
public override Format Format { get; }
Inherited Properties
OperationName
View Source
Declaration
public string OperationName { get; set; }
Methods
CreateMessage(Type)
View Source
Declaration
protected override string CreateMessage(Type dtoType)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Type | dtoType |
Inherited Methods
ProcessRequestAsync(IRequest, IResponse, String)
View Source
Declaration
public override async Task ProcessRequestAsync(IRequest httpReq, IResponse httpRes, string operationName)
Returns
System.Threading.Tasks.Task
Parameters
Type | Name |
---|---|
ServiceStack.Web.IRequest | httpReq |
ServiceStack.Web.IResponse | httpRes |
System.String | operationName |
Implements
System.Web.IHttpAsyncHandler
System.Web.IHttpHandler
- ServiceStack.Host.Handlers.IServiceStackHandler