Click or drag to resize

Service Class

Defines helper methods related to WCF-based web services.
Inheritance Hierarchy
SystemObject
  GSF.ServiceModelService

Namespace: GSF.ServiceModel
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public static class Service
View Source

The Service type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateServiceBinding Creates a Binding based on the specified address.
Public methodStatic memberGetAuthenticationSchemes Gets the security setting of the hosting environment (For example: IIS web site or virtual directory).
Public methodStatic memberGetServiceContract Gets the contract that the service implements.
Top
See Also