WebApiConfiguration Class |
Namespace: Colygon.MatchPoint.WebApi.Configuration
[SerializableAttribute] public sealed class WebApiConfiguration : IConfiguration
The WebApiConfiguration type exposes the following members.
Name | Description | |
---|---|---|
WebApiConfiguration | Initializes a new instance of the WebApiConfiguration class |
Name | Description | |
---|---|---|
Endpoints | Specifies endpoints for this configuration. | |
Name | Specifies a descriptive name of the web api configuration. | |
PathPrefix | 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 | |
RequestValidators | Specifies request validations that can be used in endpoints. | |
WebApplicationUrls | Specifies URLs of web applications for which this configuration applies. If left empty the configuration applies to all web applications. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |