MetadataExporter.ExportEndpoint(ServiceEndpoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, converts an endpoint into metadata.
public:
abstract void ExportEndpoint(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public abstract void ExportEndpoint (System.ServiceModel.Description.ServiceEndpoint endpoint);
abstract member ExportEndpoint : System.ServiceModel.Description.ServiceEndpoint -> unit
Public MustOverride Sub ExportEndpoint (endpoint As ServiceEndpoint)
Parameters
- endpoint
- ServiceEndpoint
The endpoint to convert.
Remarks
Override and implement ExportEndpoint to convert a contract description into metadata.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา