ServiceMetadataBehavior Properties
The ServiceMetadataBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
|
ExternalMetadataLocation | Gets or sets a value that is the location of service metadata. |
|
HttpGetBinding | Gets or sets a binding used to configure metadata retrieval when the transport is HTTP. |
|
HttpGetEnabled | Gets or sets a value that indicates whether to publish service metadata for retrieval using an HTTP/GET request. |
|
HttpGetUrl | Gets or sets the location of metadata publication for HTTP/GET requests. |
|
HttpsGetBinding | Gets or sets a binding used to configure metadata retrieval when the transport is HTTPS. |
|
HttpsGetEnabled | Gets or sets a value that indicates whether to publish service metadata for retrieval using an HTTPS/GET request. |
|
HttpsGetUrl | Gets or sets the location of metadata publication for HTTPS/GET requests. |
|
MetadataExporter | Gets or sets the internal MetadataExporter object used to publish the service metadata. |