#[repr(C)]pub struct WS_METADATA_ENDPOINT {
pub endpointAddress: WS_ENDPOINT_ADDRESS,
pub endpointPolicy: *mut WS_POLICY,
pub portName: *mut WS_XML_STRING,
pub serviceName: *mut WS_XML_STRING,
pub serviceNs: *mut WS_XML_STRING,
pub bindingName: *mut WS_XML_STRING,
pub bindingNs: *mut WS_XML_STRING,
pub portTypeName: *mut WS_XML_STRING,
pub portTypeNs: *mut WS_XML_STRING,
}Expand description
Required features: ‘Win32_Networking_WindowsWebServices’, ‘Win32_Foundation’
Fields
endpointAddress: WS_ENDPOINT_ADDRESSendpointPolicy: *mut WS_POLICYportName: *mut WS_XML_STRINGserviceName: *mut WS_XML_STRINGserviceNs: *mut WS_XML_STRINGbindingName: *mut WS_XML_STRINGbindingNs: *mut WS_XML_STRINGportTypeName: *mut WS_XML_STRINGportTypeNs: *mut WS_XML_STRING