Property | Type | Description |
---|
Method | Description | |
---|---|---|
AccessPermitted ( string IpAddress ) : bool |
Check to see if this endpoint can be invoked from this IP address
|
|
Add_RestrictionRange ( |
Adds a restriction range to this verb mapping
|
|
Engine_VerbMapping ( ) : System |
Constructor for a new instance of the Engine_VerbMapping class Empty constructor for serialization |
|
Engine_VerbMapping ( string Method, bool Enabled, Microservice_Endpoint_Protocol_Enum Protocol, Microservice_Endpoint_RequestType_Enum RequestType ) : System |
Constructor for a new instance of the Engine_VerbMapping class
|
|
Engine_VerbMapping ( string Method, bool Enabled, Microservice_Endpoint_Protocol_Enum Protocol, Microservice_Endpoint_RequestType_Enum RequestType, string ComponentId, string RestrictionRangeId ) : System |
Constructor for a new instance of the Engine_VerbMapping class
|
public AccessPermitted ( string IpAddress ) : bool | ||
IpAddress | string | |
return | bool |
public Add_RestrictionRange ( |
||
RestrictionRange | Range to add | |
return | void |
public Engine_VerbMapping ( string Method, bool Enabled, Microservice_Endpoint_Protocol_Enum Protocol, Microservice_Endpoint_RequestType_Enum RequestType ) : System | ||
Method | string | Method within the class specified by the component that should be called to fulfil the request |
Enabled | bool | Flag indicates if this endpoint is enabled or disabled |
Protocol | Microservice_Endpoint_Protocol_Enum | Protocol which this endpoint utilizes ( JSON or Protocol Buffer ) |
RequestType | Microservice_Endpoint_RequestType_Enum | Request type expected for this endpoint ( either a GET or a POST ) |
return | System |
public Engine_VerbMapping ( string Method, bool Enabled, Microservice_Endpoint_Protocol_Enum Protocol, Microservice_Endpoint_RequestType_Enum RequestType, string ComponentId, string RestrictionRangeId ) : System | ||
Method | string | Method within the class specified by the component that should be called to fulfil the request |
Enabled | bool | Flag indicates if this endpoint is enabled or disabled |
Protocol | Microservice_Endpoint_Protocol_Enum | Protocol which this endpoint utilizes ( JSON or Protocol Buffer ) |
RequestType | Microservice_Endpoint_RequestType_Enum | Request type expected for this endpoint ( either a GET or a POST ) |
ComponentId | string | |
RestrictionRangeId | string | |
return | System |