Skip to main content

ServiceEndpointsMetadataConfig

Assembly: ServiceStack.dll
View Source
Declaration
public class ServiceEndpointsMetadataConfig

Properties

DefaultMetadataUri

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

Soap11

View Source
Declaration
public SoapMetadataConfig Soap11 { get; set; }

Soap12

View Source
Declaration
public SoapMetadataConfig Soap12 { get; set; }

Custom

View Source
Declaration
public MetadataConfig Custom { get; set; }

Methods

Create(String)

Changes the links for the servicestack/metadata page

View Source
Declaration
public static ServiceEndpointsMetadataConfig Create(string serviceStackHandlerPrefix)
Returns

ServiceStack.Metadata.ServiceEndpointsMetadataConfig

Parameters
TypeName
System.StringserviceStackHandlerPrefix

GetEndpointConfig(String)

View Source
Declaration
public MetadataConfig GetEndpointConfig(string format)
Returns

ServiceStack.Metadata.MetadataConfig

Parameters
TypeName
System.Stringformat