Skip to main content

Soap11MetadataHandler

Assembly: ServiceStack.dll
View Source
Declaration
public class Soap11MetadataHandler : 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

RenderOperationAsync(Stream, IRequest, String, String, String, String, Operation)

View Source
Declaration
protected override Task RenderOperationAsync(Stream output, IRequest httpReq, string operationName, string requestMessage, string responseMessage, string metadataHtml, Operation operation)
Returns

System.Threading.Tasks.Task

Parameters
TypeName
System.IO.Streamoutput
ServiceStack.Web.IRequesthttpReq
System.StringoperationName
System.StringrequestMessage
System.StringresponseMessage
System.StringmetadataHtml
ServiceStack.Host.Operationoperation

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