Click or drag to resize

SelfHostingServiceContractInterface Property

Gets or sets the FullName of the contract interface implemented by the web service.

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

Property Value

String

Implements

ISelfHostingServiceContractInterface
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null or empty string.
See Also