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
Type | Name |
---|---|
System.String | serviceStackHandlerPrefix |
GetEndpointConfig(String)
View Source
Declaration
public MetadataConfig GetEndpointConfig(string format)
Returns
ServiceStack.Metadata.MetadataConfig
Parameters
Type | Name |
---|---|
System.String | format |