Click or drag to resize

SelfHostingServiceEndpoints Property

Gets or sets a semicolon delimited list of URIs where the web service can be accessed.

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

Property Value

String

Implements

ISelfHostingServiceEndpoints
Remarks
Set Endpoints to a null or empty string to disable web service hosting. Refer to CreateServiceBinding(String, Boolean) for a list of supported URI formats.
See Also