Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WS_PROXY_PROPERTY structure (webservices.h)

Specifies a proxy property.

Syntax

typedef struct _WS_PROXY_PROPERTY {
 WS_PROXY_PROPERTY_ID id;
 void *value;
 ULONG valueSize;
} WS_PROXY_PROPERTY;

Members

id

Identifies the WS_PROXY_PROPERTY_ID.

value

The buffer for the property value.

valueSize

The size of buffer, in bytes.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Header webservices.h

Feedback

Was this page helpful?

Additional resources