Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 2.41 KB

nn-wsdclient-iwsdendpointproxy.md

File metadata and controls

63 lines (54 loc) · 2.41 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:wsdclient.IWSDEndpointProxy
IWSDEndpointProxy (wsdclient.h)
Implements a device services messaging proxy.
IWSDEndpointProxy
IWSDEndpointProxy interface
IWSDEndpointProxy interface
described
ncd.iwsdendpointproxy
wsdclient/IWSDEndpointProxy
ncd\iwsdendpointproxy.htm
ncd
58ca085f-8939-413c-8fd3-4d867b1cf490
12/05/2018
IWSDEndpointProxy, IWSDEndpointProxy interface, IWSDEndpointProxy interface,described, ncd.iwsdendpointproxy, wsdclient/IWSDEndpointProxy
wsdclient.h
Wsdapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
WsdClient.idl
Wsdapi.dll
Windows
19H1
IWSDEndpointProxy
wsdclient/IWSDEndpointProxy
c++
APIRef
kbSyntax
COM
Wsdapi.dll
IWSDEndpointProxy

IWSDEndpointProxy interface

-description

Implements a device services messaging proxy.

-inheritance

The IWSDEndpointProxy interface inherits from the IUnknown interface. IWSDEndpointProxy also has these types of members:

-remarks

Service proxy objects may reside on multiple endpoints. An endpoint more completely represents a URL (contains additional useful data). One endpoint may support HTTP on IPv4 addresses and another may support HTTPS on IPv6 addresses. Since the same service lives on both endpoints, it is important that the service have underlying endpoint proxy objects, with each endpoint proxy corresponding to a single endpoint at which the service is available. The endpoint proxy takes care of simple messaging requests to the service, for example, sending one-way or two-way messages.

Endpoint proxies are generally used inside WSDAPI, but they can be retrieved from IWSDServiceProxy or IWSDDeviceProxy objects to expose message-level functionality.