Click or drag to resize

WebApiConfiguration Class

Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.WebApi.ConfigurationWebApiConfiguration

Namespace:  Colygon.MatchPoint.WebApi.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public sealed class WebApiConfiguration : IConfiguration

The WebApiConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodWebApiConfiguration
Initializes a new instance of the WebApiConfiguration class
Top
Properties
  NameDescription
Public propertyEndpoints
Specifies endpoints for this configuration.
Public propertyName
Specifies a descriptive name of the web api configuration.
Public propertyPathPrefix
Specifies the path prefix that must match so that this configuration applies. When defining a path prefix 'myprefix', it will match URLs like 'http://myhost/_vti_bin/Colygon.MatchPoint/WebApi.svc/myprefix/param1/param2
Public propertyRequestValidators
Specifies request validations that can be used in endpoints.
Public propertyWebApplicationUrls
Specifies URLs of web applications for which this configuration applies. If left empty the configuration applies to all web applications.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This is a MatchPoint configuration class.
See Also