Click or drag to resize

RestServiceAddServiceEndpoint Method (Uri, Type, IEndpointBinding)

Registers the service behavior contractType at base Uri baseUri

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

Parameters

baseUri
Type: SystemUri

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

contractType
Type: SystemType

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

binding
Type: RestSrvrIEndpointBinding

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

Return Value

Type: ServiceEndpoint

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

See Also