Click or drag to resize

ServiceEndpoint Constructor

Creates a new service endpoint

Namespace:  RestSrvr
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
public ServiceEndpoint(
	EndpointDescription description,
	IEndpointBinding binding
)

Parameters

description
Type: RestSrvr.DescriptionEndpointDescription

[Missing <param name="description"/> documentation for "M:RestSrvr.ServiceEndpoint.#ctor(RestSrvr.Description.EndpointDescription,RestSrvr.IEndpointBinding)"]

binding
Type: RestSrvrIEndpointBinding

[Missing <param name="binding"/> documentation for "M:RestSrvr.ServiceEndpoint.#ctor(RestSrvr.Description.EndpointDescription,RestSrvr.IEndpointBinding)"]

See Also