MetadataConfig
Assembly: ServiceStack.dll
View Source
Declaration
public class MetadataConfig
Properties
Format
View Source
Declaration
public string Format { get; set; }
Name
View Source
Declaration
public string Name { get; set; }
SyncReplyUri
View Source
Declaration
public string SyncReplyUri { get; set; }
AsyncOneWayUri
View Source
Declaration
public string AsyncOneWayUri { get; set; }
DefaultMetadataUri
View Source
Declaration
public string DefaultMetadataUri { get; set; }
Methods
Create(String, String)
View Source
Declaration
public MetadataConfig Create(string format, string name = null)
Returns
ServiceStack.Metadata.MetadataConfig
Parameters
Type | Name |
---|---|
System.String | format |
System.String | name |