#[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_ADDRESS§endpointPolicy: *mut WS_POLICY§portName: *mut WS_XML_STRING§serviceName: *mut WS_XML_STRING§serviceNs: *mut WS_XML_STRING§bindingName: *mut WS_XML_STRING§bindingNs: *mut WS_XML_STRING§portTypeName: *mut WS_XML_STRING§portTypeNs: *mut WS_XML_STRING