ServiceContractGenerator.GenerateServiceEndpoint 方法

定义

从指定的 ServiceEndpoint 实例生成服务协定类型和终结点配置。

public:
 System::CodeDom::CodeTypeReference ^ GenerateServiceEndpoint(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, [Runtime::InteropServices::Out] System::ServiceModel::Configuration::ChannelEndpointElement ^ % channelElement);
public System.CodeDom.CodeTypeReference GenerateServiceEndpoint (System.ServiceModel.Description.ServiceEndpoint endpoint, out System.ServiceModel.Configuration.ChannelEndpointElement channelElement);
member this.GenerateServiceEndpoint : System.ServiceModel.Description.ServiceEndpoint * ChannelEndpointElement -> System.CodeDom.CodeTypeReference
Public Function GenerateServiceEndpoint (endpoint As ServiceEndpoint, ByRef channelElement As ChannelEndpointElement) As CodeTypeReference

参数

endpoint
ServiceEndpoint

用以生成协定类型的 ServiceEndpoint

channelElement
ChannelEndpointElement

所生成的终结点配置。

返回

所生成的协定类型的 CodeTypeReference 实例。

注解

对于通过使用 ServiceContractGenerator.Options 属性指定的其他代码项,也可按照指定要求生成。

适用于