| RestService Constructor (Type) |
Creates the specified HttpHostContext
Namespace:
RestSrvr
Assembly:
RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax public RestService(
Type behaviorType
)
Public Sub New (
behaviorType As Type
)
public:
RestService(
Type^ behaviorType
)
new :
behaviorType : Type -> RestService
Parameters
- behaviorType
- Type: SystemType
[Missing <param name="behaviorType"/> documentation for "M:RestSrvr.RestService.#ctor(System.Type)"]
See Also