Soap12MetadataHandler
Assembly: ServiceStack.dll
View Source
Declaration
public class Soap12MetadataHandler : 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 |
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
Type | Name |
---|---|
System.IO.Stream | output |
ServiceStack.Web.IRequest | httpReq |
System.String | operationName |
System.String | requestMessage |
System.String | responseMessage |
System.String | metadataHtml |
ServiceStack.Host.Operation | operation |
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