Struct windows_sys::Win32::Networking::WindowsWebServices::WS_NETPIPE_URL
#[repr(C)]pub struct WS_NETPIPE_URL {
pub url: WS_URL,
pub host: WS_STRING,
pub port: u16,
pub portAsString: WS_STRING,
pub path: WS_STRING,
pub query: WS_STRING,
pub fragment: WS_STRING,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields§
§url: WS_URL
§host: WS_STRING
§port: u16
§portAsString: WS_STRING
§path: WS_STRING
§query: WS_STRING
§fragment: WS_STRING