SoapMetadataConfig
Assembly: ServiceStack.dll
View Source
Declaration
public class SoapMetadataConfig : MetadataConfig
Properties
WsdlMetadataUri
View Source
Declaration
public string WsdlMetadataUri { get; set; }
Inherited Properties
AsyncOneWayUri
View Source
Declaration
public string AsyncOneWayUri { get; set; }
DefaultMetadataUri
View Source
Declaration
public string DefaultMetadataUri { get; set; }
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; }
Inherited 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 |