Click or drag to resize

RestServiceAddServiceEndpoint(Uri, Type, IEndpointBinding) Method

Registers the service behavior contractType at base Uri baseUri

Namespace: RestSrvr
Assembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntax
public ServiceEndpoint AddServiceEndpoint(
	Uri baseUri,
	Type contractType,
	IEndpointBinding binding
)

Parameters

baseUri  Uri

[Missing <param name="baseUri"/> documentation for "M:RestSrvr.RestService.AddServiceEndpoint(System.Uri,System.Type,RestSrvr.IEndpointBinding)"]

contractType  Type

[Missing <param name="contractType"/> documentation for "M:RestSrvr.RestService.AddServiceEndpoint(System.Uri,System.Type,RestSrvr.IEndpointBinding)"]

binding  IEndpointBinding

[Missing <param name="binding"/> documentation for "M:RestSrvr.RestService.AddServiceEndpoint(System.Uri,System.Type,RestSrvr.IEndpointBinding)"]

Return Value

ServiceEndpoint

[Missing <returns> documentation for "M:RestSrvr.RestService.AddServiceEndpoint(System.Uri,System.Type,RestSrvr.IEndpointBinding)"]

See Also