ServiceContractGenerator.GenerateServiceEndpoint 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定的 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 属性指定的其他代码项,也可按照指定要求生成。