|
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.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.248-beta
Syntaxpublic bool Singleton { get; set; }
Public Property Singleton As Boolean
Get
Set
public:
virtual property bool Singleton {
bool get () sealed;
void set (bool value) sealed;
}
abstract Singleton : bool with get, set
override Singleton : bool with get, set
function get_Singleton();
function set_Singleton(value);
View SourceProperty Value
BooleanImplements
ISelfHostingServiceSingleton
See Also