Skip to main content

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
TypeName
System.TypedtoType

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
TypeName
ServiceStack.Web.IRequesthttpReq
ServiceStack.Web.IResponsehttpRes
System.StringoperationName

Implements