Skip to main content

SoapFormat

Assembly: ServiceStack.dll
View Source
Declaration
public class SoapFormat : IPlugin, IHasStringId, IHasId<string>

Properties

Id

View Source
Declaration
public string Id { get; set; }

DisableSoap11

View Source
Declaration
public bool DisableSoap11 { get; set; }

DisableSoap12

View Source
Declaration
public bool DisableSoap12 { get; set; }

Methods

Register(IAppHost)

View Source
Declaration
public void Register(IAppHost appHost)
Parameters
TypeName
ServiceStack.IAppHostappHost

Implements