Click or drag to resize

SelfHostingServiceSingleton Property

Gets or sets a boolean value that indicates whether the ServiceHost will use the current instance of the web service for processing requests or base the web service instance creation on InstanceContextMode specified in its ServiceBehaviorAttribute.

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

Property Value

Boolean

Implements

ISelfHostingServiceSingleton
See Also