 | RestServiceAddServiceEndpoint(Uri, Type, IEndpointBinding) Method |
Registers the service behavior contractType at base Uri baseUri
Namespace: RestSrvrAssembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntaxpublic ServiceEndpoint AddServiceEndpoint(
Uri baseUri,
Type contractType,
IEndpointBinding binding
)
Public Function AddServiceEndpoint (
baseUri As Uri,
contractType As Type,
binding As IEndpointBinding
) As ServiceEndpoint
public:
ServiceEndpoint^ AddServiceEndpoint(
Uri^ baseUri,
Type^ contractType,
IEndpointBinding^ binding
)
member AddServiceEndpoint :
baseUri : Uri *
contractType : Type *
binding : IEndpointBinding -> ServiceEndpoint 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