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