Click or drag to resize

EndpointOperation Constructor

Creates a new instance of the operation with the specified description

Namespace: RestSrvr
Assembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntax
public EndpointOperation(
	ServiceEndpoint endpoint,
	OperationDescription operationDescription
)

Parameters

endpoint  ServiceEndpoint
The endpoint on which the operation applies
operationDescription  OperationDescription
The operation description to affix to the operation
See Also