Click or drag to resize

SelfHostingServicePublishMetadata Property

Gets or sets a boolean value that indicates whether web service metadata is to made available at all web service Endpoints.

Namespace: GSF.ServiceModel
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public bool PublishMetadata { get; set; }
View Source

Property Value

Boolean

Implements

ISelfHostingServicePublishMetadata
See Also