Updated project files

pull/350/head
David Hall 2022-10-30 14:01:59 -06:00
parent e1101990b0
commit 1a6015ec59
10 changed files with 167 additions and 6 deletions

View File

@ -9,7 +9,16 @@
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;websocket</PackageTags>
<PackageReleaseNotes/>
<PackageReleaseNotes>Currently implements:
Functions
WebSocketAbortHandle WebSocketBeginClientHandshake WebSocketBeginServerHandshake WebSocketCompleteAction WebSocketCreateClientHandle WebSocketCreateServerHandle WebSocketDeleteHandle WebSocketEndClientHandshake WebSocketEndServerHandshake WebSocketGetAction WebSocketGetGlobalProperty WebSocketReceive WebSocketSend
Structures
CLOSESTATUS DATA WEB_SOCKET_BUFFER WEB_SOCKET_HANDLE WEB_SOCKET_HTTP_HEADER WEB_SOCKET_PROPERTY
</PackageReleaseNotes>
<PackageReadmeFile>pkgreadme.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />

View File

@ -0,0 +1,21 @@
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.WebSocket NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.WebSocket?label=NuGet&style=flat-square)](https://github.com/dahall/Vanara/releases)
[![Build status](https://img.shields.io/appveyor/build/dahall/vanara?label=AppVeyor%20build&style=flat-square)](https://ci.appveyor.com/project/dahall/vanara)
PInvoke API (methods, structures and constants) imported from the WebSocket API (WebSocket.dll).
### **What is Vanara?**
[Vanara](https://github.com/dahall/Vanara) is a community project that contains various .NET assemblies which have P/Invoke functions, interfaces, enums and structures from Windows libraries. Each assembly is associated with one or a few tightly related libraries.
### **Issues?**
First check if it's already fixed by trying the [AppVeyor build](https://ci.appveyor.com/nuget/vanara-prerelease).
If you're still running into problems, file an [issue](https://github.com/dahall/Vanara/issues).
### **Included in Vanara.PInvoke.WebSocket**
Functions | Enumerations | Structures
--- | --- | ---
WebSocketAbortHandle WebSocketBeginClientHandshake WebSocketBeginServerHandshake WebSocketCompleteAction WebSocketCreateClientHandle WebSocketCreateServerHandle WebSocketDeleteHandle WebSocketEndClientHandshake WebSocketEndServerHandshake WebSocketGetAction WebSocketGetGlobalProperty WebSocketReceive WebSocketSend | WEB_SOCKET_ACTION WEB_SOCKET_ACTION_QUEUE WEB_SOCKET_BUFFER_TYPE WEB_SOCKET_CLOSE_STATUS WEB_SOCKET_PROPERTY_TYPE | WEB_SOCKET_BUFFER WEB_SOCKET_HANDLE WEB_SOCKET_HTTP_HEADER WEB_SOCKET_PROPERTY DATA CLOSESTATUS

View File

@ -0,0 +1,42 @@
## Vanara.PInvoke.WebSocket
PInvoke API (methods, structures and constants) imported from the WebSocket API (WebSocket.dll).
- Includes methods from websocket.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.WebSocket?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.WebSocket?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.WebSocket)
### Methods - 100% API coverage (13 of 13 functions)
Native Method | Header | Managed Method
--- | --- | ---
[WebSocketAbortHandle](https://www.google.com/search?num=5&q=WebSocketAbortHandle+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketAbortHandle](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketAbortHandle)
[WebSocketBeginClientHandshake](https://www.google.com/search?num=5&q=WebSocketBeginClientHandshake+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketBeginClientHandshake](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketBeginClientHandshake)
[WebSocketBeginServerHandshake](https://www.google.com/search?num=5&q=WebSocketBeginServerHandshake+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketBeginServerHandshake](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketBeginServerHandshake)
[WebSocketCompleteAction](https://www.google.com/search?num=5&q=WebSocketCompleteAction+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketCompleteAction](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketCompleteAction)
[WebSocketCreateClientHandle](https://www.google.com/search?num=5&q=WebSocketCreateClientHandle+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketCreateClientHandle](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketCreateClientHandle)
[WebSocketCreateServerHandle](https://www.google.com/search?num=5&q=WebSocketCreateServerHandle+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketCreateServerHandle](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketCreateServerHandle)
[WebSocketDeleteHandle](https://www.google.com/search?num=5&q=WebSocketDeleteHandle+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketDeleteHandle](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketDeleteHandle)
[WebSocketEndClientHandshake](https://www.google.com/search?num=5&q=WebSocketEndClientHandshake+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketEndClientHandshake](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketEndClientHandshake)
[WebSocketEndServerHandshake](https://www.google.com/search?num=5&q=WebSocketEndServerHandshake+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketEndServerHandshake](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketEndServerHandshake)
[WebSocketGetAction](https://www.google.com/search?num=5&q=WebSocketGetAction+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketGetAction](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketGetAction)
[WebSocketGetGlobalProperty](https://www.google.com/search?num=5&q=WebSocketGetGlobalProperty+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketGetGlobalProperty](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketGetGlobalProperty)
[WebSocketReceive](https://www.google.com/search?num=5&q=WebSocketReceive+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketReceive](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketReceive)
[WebSocketSend](https://www.google.com/search?num=5&q=WebSocketSend+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WebSocketSend](https://github.com/dahall/Vanara/search?l=C%23&q=WebSocketSend)
### Enumerations
Native Enum | Header | Managed Enum
--- | --- | ---
[WEB_SOCKET_ACTION](https://www.google.com/search?num=5&q=WEB_SOCKET_ACTION+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WEB_SOCKET_ACTION](https://github.com/dahall/Vanara/search?l=C%23&q=WEB_SOCKET_ACTION)
[WEB_SOCKET_ACTION_QUEUE](https://www.google.com/search?num=5&q=WEB_SOCKET_ACTION_QUEUE+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WEB_SOCKET_ACTION_QUEUE](https://github.com/dahall/Vanara/search?l=C%23&q=WEB_SOCKET_ACTION_QUEUE)
[WEB_SOCKET_BUFFER_TYPE](https://www.google.com/search?num=5&q=WEB_SOCKET_BUFFER_TYPE+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WEB_SOCKET_BUFFER_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=WEB_SOCKET_BUFFER_TYPE)
[WEB_SOCKET_CLOSE_STATUS](https://www.google.com/search?num=5&q=WEB_SOCKET_CLOSE_STATUS+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WEB_SOCKET_CLOSE_STATUS](https://github.com/dahall/Vanara/search?l=C%23&q=WEB_SOCKET_CLOSE_STATUS)
[WEB_SOCKET_PROPERTY_TYPE](https://www.google.com/search?num=5&q=WEB_SOCKET_PROPERTY_TYPE+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WEB_SOCKET_PROPERTY_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=WEB_SOCKET_PROPERTY_TYPE)
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
[CLOSESTATUS](https://www.google.com/search?num=5&q=CLOSESTATUS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.WebSocket.WEB_SOCKET_BUFFER.CLOSESTATUS](https://github.com/dahall/Vanara/search?l=C%23&q=CLOSESTATUS)
[DATA](https://www.google.com/search?num=5&q=DATA+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.WebSocket.WEB_SOCKET_BUFFER.DATA](https://github.com/dahall/Vanara/search?l=C%23&q=DATA)
[WEB_SOCKET_BUFFER](https://www.google.com/search?num=5&q=WEB_SOCKET_BUFFER+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WEB_SOCKET_BUFFER](https://github.com/dahall/Vanara/search?l=C%23&q=WEB_SOCKET_BUFFER)
[WEB_SOCKET_HANDLE](https://www.google.com/search?num=5&q=WEB_SOCKET_HANDLE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.WebSocket.WEB_SOCKET_HANDLE](https://github.com/dahall/Vanara/search?l=C%23&q=WEB_SOCKET_HANDLE)
[WEB_SOCKET_HTTP_HEADER](https://www.google.com/search?num=5&q=WEB_SOCKET_HTTP_HEADER+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WEB_SOCKET_HTTP_HEADER](https://github.com/dahall/Vanara/search?l=C%23&q=WEB_SOCKET_HTTP_HEADER)
[WEB_SOCKET_PROPERTY](https://www.google.com/search?num=5&q=WEB_SOCKET_PROPERTY+site%3Alearn.microsoft.com) | websocket.h | [Vanara.PInvoke.WebSocket.WEB_SOCKET_PROPERTY](https://github.com/dahall/Vanara/search?l=C%23&q=WEB_SOCKET_PROPERTY)
### Classes
Native Class | Header | Managed Class
--- | --- | ---
[SafeWEB_SOCKET_HANDLE](https://www.google.com/search?num=5&q=SafeWEB_SOCKET_HANDLE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.WebSocket.SafeWEB_SOCKET_HANDLE](https://github.com/dahall/Vanara/search?l=C%23&q=SafeWEB_SOCKET_HANDLE)

View File

@ -13,10 +13,10 @@
<PackageReleaseNotes>Currently implements:
Functions
accept bind closesocket connect FreeAddrInfoExW FreeAddrInfoW GetAddrInfoExCancel GetAddrInfoExOverlappedResult GetAddrInfoExW GetAddrInfoW gethostname GetHostNameW GetNameInfoW getpeername getprotobyname getprotobynumber getservbyname getservbyport getsockname getsockopt htonl htons InetNtopW InetPtonW inet_addr inet_ntoa inet_ntop inet_pton ioctlsocket listen ntohl ntohs ProcessSocketNotifications recv recvfrom select send sendto SetAddrInfoEx setsockopt shutdown socket WPUCompleteOverlappedRequest WSAAccept WSAAddressToString WSAAdvertiseProvider WSAAsyncGetHostByAddr WSAAsyncGetHostByName WSAAsyncGetProtoByName WSAAsyncGetProtoByNumber WSAAsyncGetServByName WSAAsyncGetServByPort WSAAsyncSelect WSACancelAsyncRequest WSACleanup WSACloseEvent WSAConnect WSAConnectByList WSAConnectByName WSACreateEvent WSADuplicateSocket WSAEnumNameSpaceProviders WSAEnumNameSpaceProvidersEx WSAEnumNetworkEvents WSAEnumProtocols WSAEventSelect WSAGetLastError WSAGetOverlappedResult WSAGetQOSByName WSAGetServiceClassInfo WSAGetServiceClassNameByClassId WSAHtonl WSAHtons WSAInstallServiceClass WSAIoctl WSAJoinLeaf WSALookupServiceBegin WSALookupServiceEnd WSALookupServiceNext WSANSPIoctl WSANtohl WSANtohs WSAPoll WSAProviderCompleteAsyncCall WSAProviderConfigChange WSARecv WSARecvDisconnect WSARecvFrom WSARemoveServiceClass WSAResetEvent WSASend WSASendDisconnect WSASendMsg WSASendTo WSASetEvent WSASetLastError WSASetService WSASocket WSAStartup WSAStringToAddress WSAUnadvertiseProvider WSAWaitForMultipleEvents WSCDeinstallProvider WSCDeinstallProvider32 WSCEnableNSProvider WSCEnableNSProvider32 WSCEnumNameSpaceProviders32 WSCEnumNameSpaceProvidersEx32 WSCEnumProtocols WSCEnumProtocols32 WSCGetApplicationCategory WSCGetProviderInfo WSCGetProviderInfo32 WSCGetProviderPath WSCGetProviderPath32 WSCInstallNameSpace WSCInstallNameSpace32 WSCInstallNameSpaceEx WSCInstallNameSpaceEx32 WSCInstallProvider WSCInstallProvider64_32 WSCInstallProviderAndChains64_32 WSCSetApplicationCategory WSCSetProviderInfo WSCSetProviderInfo32 WSCUnInstallNameSpace WSCUnInstallNameSpace32 WSCUpdateProvider WSCUpdateProvider32 WSCWriteNameSpaceOrder WSCWriteNameSpaceOrder32 WSCWriteProviderOrder WSCWriteProviderOrder32 __WSAFDIsSet
accept AcceptEx bind closesocket connect FreeAddrInfoExW FreeAddrInfoW GetAcceptExSockaddrs GetAddrInfoExCancel GetAddrInfoExOverlappedResult GetAddrInfoExW GetAddrInfoW gethostname GetHostNameW GetNameInfoW getpeername getprotobyname getprotobynumber getservbyname getservbyport getsockname getsockopt htonl htons InetNtopW InetPtonW inet_addr inet_ntoa inet_ntop inet_pton ioctlsocket listen ntohl ntohs ProcessSocketNotifications recv recvfrom select send sendto SetAddrInfoEx setsockopt shutdown socket TransmitFile WPUCompleteOverlappedRequest WSAAccept WSAAddressToString WSAAdvertiseProvider WSAAsyncGetHostByAddr WSAAsyncGetHostByName WSAAsyncGetProtoByName WSAAsyncGetProtoByNumber WSAAsyncGetServByName WSAAsyncGetServByPort WSAAsyncSelect WSACancelAsyncRequest WSACleanup WSACloseEvent WSAConnect WSAConnectByList WSAConnectByName WSACreateEvent WSADuplicateSocket WSAEnumNameSpaceProviders WSAEnumNameSpaceProvidersEx WSAEnumNetworkEvents WSAEnumProtocols WSAEventSelect WSAGetLastError WSAGetOverlappedResult WSAGetQOSByName WSAGetServiceClassInfo WSAGetServiceClassNameByClassId WSAHtonl WSAHtons WSAInstallServiceClass WSAIoctl WSAJoinLeaf WSALookupServiceBegin WSALookupServiceEnd WSALookupServiceNext WSANSPIoctl WSANtohl WSANtohs WSAPoll WSAProviderCompleteAsyncCall WSAProviderConfigChange WSARecv WSARecvDisconnect WSARecvEx WSARecvFrom WSARemoveServiceClass WSAResetEvent WSASend WSASendDisconnect WSASendMsg WSASendTo WSASetEvent WSASetLastError WSASetService WSASocket WSAStartup WSAStringToAddress WSAUnadvertiseProvider WSAWaitForMultipleEvents WSCDeinstallProvider WSCDeinstallProvider32 WSCEnableNSProvider WSCEnableNSProvider32 WSCEnumNameSpaceProviders32 WSCEnumNameSpaceProvidersEx32 WSCEnumProtocols WSCEnumProtocols32 WSCGetApplicationCategory WSCGetProviderInfo WSCGetProviderInfo32 WSCGetProviderPath WSCGetProviderPath32 WSCInstallNameSpace WSCInstallNameSpace32 WSCInstallNameSpaceEx WSCInstallNameSpaceEx32 WSCInstallProvider WSCInstallProvider64_32 WSCInstallProviderAndChains64_32 WSCSetApplicationCategory WSCSetProviderInfo WSCSetProviderInfo32 WSCUnInstallNameSpace WSCUnInstallNameSpace32 WSCUpdateProvider WSCUpdateProvider32 WSCWriteNameSpaceOrder WSCWriteNameSpaceOrder32 WSCWriteProviderOrder WSCWriteProviderOrder32 __WSAFDIsSet
Structures
ADDRINFOEX2W ADDRINFOEXW ADDRINFOW AFPROTOCOLS ASSOCIATE_NAMERES_CONTEXT_INPUT BLOB CSADDR_INFO fd_set FLOWSPEC GROUP_FILTER IN6_ADDR IN6_PKTINFO INET_PORT_RANGE INET_PORT_RESERVATION_INSTANCE INET_PORT_RESERVATION_TOKEN IN_ADDR IN_PKTINFO IPV6_MREQ IP_MREQ IP_MSFILTER LINGER NSPV2_ROUTINE PROTOENT QOS REAL_TIME_NOTIFICATION_SETTING_INPUT REAL_TIME_NOTIFICATION_SETTING_OUTPUT SCOPE_ID SERVENT SOCKADDR_IN SOCKADDR_IN6 SOCKADDR_IN6_PAIR SOCKADDR_IN6_PAIR_NATIVE SOCKADDR_INET SOCKADDR_STORAGE SOCKET SOCKET_ADDRESS SOCKET_ADDRESS_LIST SOCKET_PEER_TARGET_NAME SOCKET_PROCESSOR_AFFINITY SOCKET_SECURITY_QUERY_INFO SOCKET_SECURITY_QUERY_TEMPLATE SOCKET_SECURITY_SETTINGS SOCKET_SECURITY_SETTINGS_IPSEC SOCK_NOTIFY_REGISTRATION TCP_INFO_v0 TCP_INFO_v1 TCP_INITIAL_RTO_PARAMETERS tcp_keepalive TIMESTAMPING_CONFIG TIMEVAL TRANSPORT_SETTING_ID WSABUF WSACMSGHDR WSADATA WSAEVENT WSAMSG WSANAMESPACE_INFOEXW WSANAMESPACE_INFOW WSANETWORKEVENTS WSANSCLASSINFO WSAOVERLAPPED WSAPOLLFD WSAPROTOCOLCHAIN WSAPROTOCOL_INFO WSAPROTOCOL_INFOW WSAQUERYSET WSAQUERYSET2W WSASERVICECLASSINFO WSAVERSION WSRESULT
ADDRINFOEX2W ADDRINFOEXW ADDRINFOW AFPROTOCOLS APC ASSOCIATE_NAMERES_CONTEXT_INPUT BLOB CSADDR_INFO EVENT EVENT fd_set FLOWSPEC GROUP_FILTER IN6_ADDR IN6_PKTINFO INET_PORT_RANGE INET_PORT_RESERVATION_INSTANCE INET_PORT_RESERVATION_TOKEN IN_ADDR IN_PKTINFO IOCP IPV6_MREQ IP_MREQ IP_MSFILTER LINGER NSPV2_ROUTINE PORT PROTOENT QOS REAL_TIME_NOTIFICATION_SETTING_INPUT REAL_TIME_NOTIFICATION_SETTING_OUTPUT RIORESULT RIO_BUF RIO_EXTENSION_FUNCTION_TABLE RIO_NOTIFICATION_COMPLETION SCOPE_ID SERVENT SOCKADDR_IN SOCKADDR_IN6 SOCKADDR_IN6_PAIR SOCKADDR_IN6_PAIR_NATIVE SOCKADDR_INET SOCKADDR_STORAGE SOCKET SOCKET_ADDRESS SOCKET_ADDRESS_LIST SOCKET_PEER_TARGET_NAME SOCKET_PROCESSOR_AFFINITY SOCKET_SECURITY_QUERY_INFO SOCKET_SECURITY_QUERY_TEMPLATE SOCKET_SECURITY_SETTINGS SOCKET_SECURITY_SETTINGS_IPSEC SOCK_NOTIFY_REGISTRATION TCP_INFO_v0 TCP_INFO_v1 TCP_INITIAL_RTO_PARAMETERS tcp_keepalive TIMESTAMPING_CONFIG TIMEVAL TRANSMIT_FILE_BUFFERS TRANSMIT_PACKETS_ELEMENT TRANSPORT_SETTING_ID UNION WINDOWMESSAGE WSABUF WSACMSGHDR WSADATA WSAEVENT WSAMSG WSANAMESPACE_INFOEXW WSANAMESPACE_INFOW WSANETWORKEVENTS WSANSCLASSINFO WSAOVERLAPPED WSAPOLLFD WSAPROTOCOLCHAIN WSAPROTOCOL_INFO WSAPROTOCOL_INFOW WSAQUERYSET WSAQUERYSET2W WSASERVICECLASSINFO WSAVERSION WSRESULT
</PackageReleaseNotes>
<PackageReadmeFile>pkgreadme.md</PackageReadmeFile>

View File

@ -18,4 +18,4 @@ If you're still running into problems, file an [issue](https://github.com/dahall
Functions | Enumerations | Structures
--- | --- | ---
__WSAFDIsSet accept bind closesocket connect FreeAddrInfoExW FreeAddrInfoW GetAddrInfoExCancel GetAddrInfoExOverlappedResult GetAddrInfoExW GetAddrInfoW gethostname GetHostNameW GetNameInfoW getpeername getprotobyname getprotobynumber getservbyname getservbyport getsockname getsockopt htonl htons inet_addr inet_ntoa inet_ntop inet_pton InetNtopW InetPtonW ioctlsocket listen ntohl ntohs ProcessSocketNotifications recv recvfrom select send sendto SetAddrInfoEx setsockopt shutdown socket WPUCompleteOverlappedRequest WSAAccept WSAAddressToString WSAAdvertiseProvider WSAAsyncGetHostByAddr WSAAsyncGetHostByName WSAAsyncGetProtoByName WSAAsyncGetProtoByNumber WSAAsyncGetServByName WSAAsyncGetServByPort WSAAsyncSelect WSACancelAsyncRequest WSACleanup WSACloseEvent WSAConnect WSAConnectByList WSAConnectByName WSACreateEvent WSADuplicateSocket WSAEnumNameSpaceProviders WSAEnumNameSpaceProvidersEx WSAEnumNetworkEvents WSAEnumProtocols WSAEventSelect WSAGetLastError WSAGetOverlappedResult WSAGetQOSByName WSAGetServiceClassInfo WSAGetServiceClassNameByClassId WSAHtonl WSAHtons WSAInstallServiceClass WSAIoctl WSAJoinLeaf WSALookupServiceBegin WSALookupServiceEnd WSALookupServiceNext WSANSPIoctl WSANtohl WSANtohs WSAPoll WSAProviderCompleteAsyncCall WSAProviderConfigChange WSARecv WSARecvDisconnect WSARecvFrom WSARemoveServiceClass WSAResetEvent WSASend WSASendDisconnect WSASendMsg WSASendTo WSASetEvent WSASetLastError WSASetService WSASocket WSAStartup WSAStringToAddress WSAUnadvertiseProvider WSAWaitForMultipleEvents WSCDeinstallProvider WSCDeinstallProvider32 WSCEnableNSProvider WSCEnableNSProvider32 WSCEnumNameSpaceProviders32 WSCEnumNameSpaceProvidersEx32 WSCEnumProtocols WSCEnumProtocols32 WSCGetApplicationCategory WSCGetProviderInfo WSCGetProviderInfo32 WSCGetProviderPath WSCGetProviderPath32 WSCInstallNameSpace WSCInstallNameSpace32 WSCInstallNameSpaceEx WSCInstallNameSpaceEx32 WSCInstallProvider WSCInstallProvider64_32 WSCInstallProviderAndChains64_32 WSCSetApplicationCategory WSCSetProviderInfo WSCSetProviderInfo32 WSCUnInstallNameSpace WSCUnInstallNameSpace32 WSCUpdateProvider WSCUpdateProvider32 WSCWriteNameSpaceOrder WSCWriteNameSpaceOrder32 WSCWriteProviderOrder WSCWriteProviderOrder32 | CONTROL_CHANNEL_TRIGGER_STATUS SOCKET_INFO_CONNECTION SOCKET_SECURITY_PROTOCOL SOCKET_SETTINGS SOCKET_SETTINGS_IPSEC SOCKET_USAGE_TYPE TCPSTATE TIMESTAMPING_FLAG SERVICETYPE ADDRESS_FAMILY CF GROUP NetworkByteOrder NS PFL SOCK SOCK_NOTIFY_EVENT SOCK_NOTIFY_OP SOCK_NOTIFY_REGISTER_EVENT SOCK_NOTIFY_TRIGGER WSAECOMPARATOR WSAESETSERVICEOP XP1 SD FD JL LUP MsgFlags PollFlags ServiceInstallFlags WSA_FLAG ADDRINFO_FLAGS IPPROTO NI SCOPE_LEVEL MULTICAST_MODE_TYPE WSC_PROVIDER_INFO_TYPE | ASSOCIATE_NAMERES_CONTEXT_INPUT INET_PORT_RANGE INET_PORT_RESERVATION_INSTANCE INET_PORT_RESERVATION_TOKEN REAL_TIME_NOTIFICATION_SETTING_INPUT REAL_TIME_NOTIFICATION_SETTING_OUTPUT SOCKET_PEER_TARGET_NAME SOCKET_SECURITY_QUERY_INFO SOCKET_SECURITY_QUERY_TEMPLATE SOCKET_SECURITY_SETTINGS SOCKET_SECURITY_SETTINGS_IPSEC TCP_INFO_v0 TCP_INFO_v1 TCP_INITIAL_RTO_PARAMETERS tcp_keepalive TIMESTAMPING_CONFIG TRANSPORT_SETTING_ID FLOWSPEC CSADDR_INFO IN_ADDR IN6_ADDR LINGER QOS SOCK_NOTIFY_REGISTRATION SOCKET TIMEVAL WSADATA WSAPROTOCOL_INFO WSAPROTOCOLCHAIN PROTOENT SERVENT WSRESULT fd_set WSANETWORKEVENTS WSANSCLASSINFO WSAPOLLFD WSAQUERYSET WSASERVICECLASSINFO ADDRINFOEX2W ADDRINFOEXW ADDRINFOW SCOPE_ID SOCKADDR_IN SOCKADDR_STORAGE SOCKET_ADDRESS SOCKET_ADDRESS_LIST SOCKET_PROCESSOR_AFFINITY WSABUF WSACMSGHDR WSAMSG GROUP_FILTER IN_PKTINFO IN6_PKTINFO IP_MREQ IP_MSFILTER IPV6_MREQ SOCKADDR_IN6 SOCKADDR_IN6_PAIR SOCKADDR_IN6_PAIR_NATIVE SOCKADDR_INET AFPROTOCOLS BLOB NSPV2_ROUTINE WSAEVENT WSANAMESPACE_INFOEXW WSANAMESPACE_INFOW WSAOVERLAPPED WSAPROTOCOL_INFOW WSAQUERYSET2W WSAVERSION
__WSAFDIsSet accept AcceptEx bind closesocket connect FreeAddrInfoExW FreeAddrInfoW GetAcceptExSockaddrs GetAddrInfoExCancel GetAddrInfoExOverlappedResult GetAddrInfoExW GetAddrInfoW gethostname GetHostNameW GetNameInfoW getpeername getprotobyname getprotobynumber getservbyname getservbyport getsockname getsockopt htonl htons inet_addr inet_ntoa inet_ntop inet_pton InetNtopW InetPtonW ioctlsocket listen ntohl ntohs ProcessSocketNotifications recv recvfrom select send sendto SetAddrInfoEx setsockopt shutdown socket TransmitFile WPUCompleteOverlappedRequest WSAAccept WSAAddressToString WSAAdvertiseProvider WSAAsyncGetHostByAddr WSAAsyncGetHostByName WSAAsyncGetProtoByName WSAAsyncGetProtoByNumber WSAAsyncGetServByName WSAAsyncGetServByPort WSAAsyncSelect WSACancelAsyncRequest WSACleanup WSACloseEvent WSAConnect WSAConnectByList WSAConnectByName WSACreateEvent WSADuplicateSocket WSAEnumNameSpaceProviders WSAEnumNameSpaceProvidersEx WSAEnumNetworkEvents WSAEnumProtocols WSAEventSelect WSAGetLastError WSAGetOverlappedResult WSAGetQOSByName WSAGetServiceClassInfo WSAGetServiceClassNameByClassId WSAHtonl WSAHtons WSAInstallServiceClass WSAIoctl WSAJoinLeaf WSALookupServiceBegin WSALookupServiceEnd WSALookupServiceNext WSANSPIoctl WSANtohl WSANtohs WSAPoll WSAProviderCompleteAsyncCall WSAProviderConfigChange WSARecv WSARecvDisconnect WSARecvEx WSARecvFrom WSARemoveServiceClass WSAResetEvent WSASend WSASendDisconnect WSASendMsg WSASendTo WSASetEvent WSASetLastError WSASetService WSASocket WSAStartup WSAStringToAddress WSAUnadvertiseProvider WSAWaitForMultipleEvents WSCDeinstallProvider WSCDeinstallProvider32 WSCEnableNSProvider WSCEnableNSProvider32 WSCEnumNameSpaceProviders32 WSCEnumNameSpaceProvidersEx32 WSCEnumProtocols WSCEnumProtocols32 WSCGetApplicationCategory WSCGetProviderInfo WSCGetProviderInfo32 WSCGetProviderPath WSCGetProviderPath32 WSCInstallNameSpace WSCInstallNameSpace32 WSCInstallNameSpaceEx WSCInstallNameSpaceEx32 WSCInstallProvider WSCInstallProvider64_32 WSCInstallProviderAndChains64_32 WSCSetApplicationCategory WSCSetProviderInfo WSCSetProviderInfo32 WSCUnInstallNameSpace WSCUnInstallNameSpace32 WSCUpdateProvider WSCUpdateProvider32 WSCWriteNameSpaceOrder WSCWriteNameSpaceOrder32 WSCWriteProviderOrder WSCWriteProviderOrder32 | CONTROL_CHANNEL_TRIGGER_STATUS SOCKET_INFO_CONNECTION SOCKET_SECURITY_PROTOCOL SOCKET_SETTINGS SOCKET_SETTINGS_IPSEC SOCKET_USAGE_TYPE TCPSTATE TIMESTAMPING_FLAG RIO_NOTIFICATION_COMPLETION_TYPE TF TP_ELEMENT RIO_MSG SERVICETYPE ADDRESS_FAMILY CF GROUP NetworkByteOrder NS PFL SOCK SOCK_NOTIFY_EVENT SOCK_NOTIFY_OP SOCK_NOTIFY_REGISTER_EVENT SOCK_NOTIFY_TRIGGER WSAECOMPARATOR WSAESETSERVICEOP XP1 SD FD JL LUP MsgFlags PollFlags ServiceInstallFlags WSA_FLAG WSACOMPLETIONTYPE ADDRINFO_FLAGS IPPROTO NI SCOPE_LEVEL IPV6 MULTICAST_MODE_TYPE WSC_PROVIDER_INFO_TYPE | ASSOCIATE_NAMERES_CONTEXT_INPUT INET_PORT_RANGE INET_PORT_RESERVATION_INSTANCE INET_PORT_RESERVATION_TOKEN REAL_TIME_NOTIFICATION_SETTING_INPUT REAL_TIME_NOTIFICATION_SETTING_OUTPUT SOCKET_PEER_TARGET_NAME SOCKET_SECURITY_QUERY_INFO SOCKET_SECURITY_QUERY_TEMPLATE SOCKET_SECURITY_SETTINGS SOCKET_SECURITY_SETTINGS_IPSEC TCP_INFO_v0 TCP_INFO_v1 TCP_INITIAL_RTO_PARAMETERS tcp_keepalive TIMESTAMPING_CONFIG TRANSPORT_SETTING_ID RIO_EXTENSION_FUNCTION_TABLE RIO_NOTIFICATION_COMPLETION TRANSMIT_FILE_BUFFERS TRANSMIT_PACKETS_ELEMENT RIO_BUF RIORESULT FLOWSPEC CSADDR_INFO IN_ADDR IN6_ADDR LINGER QOS SOCK_NOTIFY_REGISTRATION SOCKET TIMEVAL WSADATA WSAPROTOCOL_INFO WSAPROTOCOLCHAIN PROTOENT SERVENT WSRESULT fd_set WSANETWORKEVENTS WSANSCLASSINFO WSAPOLLFD WSAQUERYSET WSASERVICECLASSINFO ADDRINFOEX2W ADDRINFOEXW ADDRINFOW SCOPE_ID SOCKADDR_IN SOCKADDR_STORAGE SOCKET_ADDRESS SOCKET_ADDRESS_LIST SOCKET_PROCESSOR_AFFINITY WSABUF WSACMSGHDR WSAMSG GROUP_FILTER IN_PKTINFO IN6_PKTINFO IP_MREQ IP_MSFILTER IPV6_MREQ SOCKADDR_IN6 SOCKADDR_IN6_PAIR SOCKADDR_IN6_PAIR_NATIVE SOCKADDR_INET AFPROTOCOLS BLOB NSPV2_ROUTINE WSAEVENT WSANAMESPACE_INFOEXW WSANAMESPACE_INFOW WSAOVERLAPPED WSAPROTOCOL_INFOW WSAQUERYSET2W WSAVERSION UNION EVENT IOCP WINDOWMESSAGE EVENT APC PORT

View File

@ -3,16 +3,18 @@ PInvoke API (methods, structures and constants) for WinSock and WinSock2 importe
- Includes methods from ws2_32.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Ws2_32?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Ws2_32?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Ws2_32)
### Methods - 100% API coverage (134 of 134 functions)
### Methods - 100% API coverage (138 of 138 functions)
Native Method | Header | Managed Method
--- | --- | ---
[__WSAFDIsSet](https://www.google.com/search?num=5&q=__WSAFDIsSet+site%3Alearn.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.__WSAFDIsSet](https://github.com/dahall/Vanara/search?l=C%23&q=__WSAFDIsSet)
[accept](https://www.google.com/search?num=5&q=accept+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.accept](https://github.com/dahall/Vanara/search?l=C%23&q=accept)
[AcceptEx](https://www.google.com/search?num=5&q=AcceptEx+site%3Alearn.microsoft.com) | mswsock.h | [Vanara.PInvoke.Ws2_32.AcceptEx](https://github.com/dahall/Vanara/search?l=C%23&q=AcceptEx)
[bind](https://www.google.com/search?num=5&q=bind+site%3Alearn.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.bind](https://github.com/dahall/Vanara/search?l=C%23&q=bind)
[closesocket](https://www.google.com/search?num=5&q=closesocket+site%3Alearn.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.closesocket](https://github.com/dahall/Vanara/search?l=C%23&q=closesocket)
[connect](https://www.google.com/search?num=5&q=connect+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.connect](https://github.com/dahall/Vanara/search?l=C%23&q=connect)
[FreeAddrInfoExW](https://www.google.com/search?num=5&q=FreeAddrInfoExW+site%3Alearn.microsoft.com) | ws2tcpip.h | [Vanara.PInvoke.Ws2_32.FreeAddrInfoExW](https://github.com/dahall/Vanara/search?l=C%23&q=FreeAddrInfoExW)
[FreeAddrInfoW](https://www.google.com/search?num=5&q=FreeAddrInfoW+site%3Alearn.microsoft.com) | ws2tcpip.h | [Vanara.PInvoke.Ws2_32.FreeAddrInfoW](https://github.com/dahall/Vanara/search?l=C%23&q=FreeAddrInfoW)
[GetAcceptExSockaddrs](https://www.google.com/search?num=5&q=GetAcceptExSockaddrs+site%3Alearn.microsoft.com) | mswsock.h | [Vanara.PInvoke.Ws2_32.GetAcceptExSockaddrs](https://github.com/dahall/Vanara/search?l=C%23&q=GetAcceptExSockaddrs)
[GetAddrInfoExCancel](https://www.google.com/search?num=5&q=GetAddrInfoExCancel+site%3Alearn.microsoft.com) | ws2tcpip.h | [Vanara.PInvoke.Ws2_32.GetAddrInfoExCancel](https://github.com/dahall/Vanara/search?l=C%23&q=GetAddrInfoExCancel)
[GetAddrInfoExOverlappedResult](https://www.google.com/search?num=5&q=GetAddrInfoExOverlappedResult+site%3Alearn.microsoft.com) | ws2tcpip.h | [Vanara.PInvoke.Ws2_32.GetAddrInfoExOverlappedResult](https://github.com/dahall/Vanara/search?l=C%23&q=GetAddrInfoExOverlappedResult)
[GetAddrInfoExW](https://www.google.com/search?num=5&q=GetAddrInfoExW+site%3Alearn.microsoft.com) | ws2tcpip.h | [Vanara.PInvoke.Ws2_32.GetAddrInfoExW](https://github.com/dahall/Vanara/search?l=C%23&q=GetAddrInfoExW)
@ -49,6 +51,7 @@ Native Method | Header | Managed Method
[setsockopt](https://www.google.com/search?num=5&q=setsockopt+site%3Alearn.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.setsockopt](https://github.com/dahall/Vanara/search?l=C%23&q=setsockopt)
[shutdown](https://www.google.com/search?num=5&q=shutdown+site%3Alearn.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.shutdown](https://github.com/dahall/Vanara/search?l=C%23&q=shutdown)
[socket](https://www.google.com/search?num=5&q=socket+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.socket](https://github.com/dahall/Vanara/search?l=C%23&q=socket)
[TransmitFile](https://www.google.com/search?num=5&q=TransmitFile+site%3Alearn.microsoft.com) | mswsock.h | [Vanara.PInvoke.Ws2_32.TransmitFile](https://github.com/dahall/Vanara/search?l=C%23&q=TransmitFile)
[WPUCompleteOverlappedRequest](https://www.google.com/search?num=5&q=WPUCompleteOverlappedRequest+site%3Alearn.microsoft.com) | ws2spi.h | [Vanara.PInvoke.Ws2_32.WPUCompleteOverlappedRequest](https://github.com/dahall/Vanara/search?l=C%23&q=WPUCompleteOverlappedRequest)
[WSAAccept](https://www.google.com/search?num=5&q=WSAAccept+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.WSAAccept](https://github.com/dahall/Vanara/search?l=C%23&q=WSAAccept)
[WSAAddressToString](https://www.google.com/search?num=5&q=WSAAddressToStringA+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.WSAAddressToString](https://github.com/dahall/Vanara/search?l=C%23&q=WSAAddressToString)
@ -94,6 +97,7 @@ Native Method | Header | Managed Method
[WSAProviderConfigChange](https://www.google.com/search?num=5&q=WSAProviderConfigChange+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.WSAProviderConfigChange](https://github.com/dahall/Vanara/search?l=C%23&q=WSAProviderConfigChange)
[WSARecv](https://www.google.com/search?num=5&q=WSARecv+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.WSARecv](https://github.com/dahall/Vanara/search?l=C%23&q=WSARecv)
[WSARecvDisconnect](https://www.google.com/search?num=5&q=WSARecvDisconnect+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.WSARecvDisconnect](https://github.com/dahall/Vanara/search?l=C%23&q=WSARecvDisconnect)
[WSARecvEx](https://www.google.com/search?num=5&q=WSARecvEx+site%3Alearn.microsoft.com) | mswsock.h | [Vanara.PInvoke.Ws2_32.WSARecvEx](https://github.com/dahall/Vanara/search?l=C%23&q=WSARecvEx)
[WSARecvFrom](https://www.google.com/search?num=5&q=WSARecvFrom+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.WSARecvFrom](https://github.com/dahall/Vanara/search?l=C%23&q=WSARecvFrom)
[WSARemoveServiceClass](https://www.google.com/search?num=5&q=WSARemoveServiceClass+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.WSARemoveServiceClass](https://github.com/dahall/Vanara/search?l=C%23&q=WSARemoveServiceClass)
[WSAResetEvent](https://www.google.com/search?num=5&q=WSAResetEvent+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.WSAResetEvent](https://github.com/dahall/Vanara/search?l=C%23&q=WSAResetEvent)
@ -150,6 +154,7 @@ Native Enum | Header | Managed Enum
[FD](https://www.google.com/search?num=5&q=FD+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.FD](https://github.com/dahall/Vanara/search?l=C%23&q=FD)
[GROUP](https://www.google.com/search?num=5&q=GROUP+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.GROUP](https://github.com/dahall/Vanara/search?l=C%23&q=GROUP)
[IPPROTO](https://www.google.com/search?num=5&q=IPPROTO+site%3Alearn.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.IPPROTO](https://github.com/dahall/Vanara/search?l=C%23&q=IPPROTO)
[IPV6](https://www.google.com/search?num=5&q=IPV6+site%3Alearn.microsoft.com) | ws2ipdef.h | [Vanara.PInvoke.Ws2_32.IPV6](https://github.com/dahall/Vanara/search?l=C%23&q=IPV6)
[JL](https://www.google.com/search?num=5&q=JL+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.JL](https://github.com/dahall/Vanara/search?l=C%23&q=JL)
[LUP](https://www.google.com/search?num=5&q=LUP+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.LUP](https://github.com/dahall/Vanara/search?l=C%23&q=LUP)
[MsgFlags](https://www.google.com/search?num=5&q=MsgFlags+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.MsgFlags](https://github.com/dahall/Vanara/search?l=C%23&q=MsgFlags)
@ -159,6 +164,8 @@ Native Enum | Header | Managed Enum
[NS](https://www.google.com/search?num=5&q=NS+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.NS](https://github.com/dahall/Vanara/search?l=C%23&q=NS)
[PFL](https://www.google.com/search?num=5&q=PFL+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.PFL](https://github.com/dahall/Vanara/search?l=C%23&q=PFL)
[PollFlags](https://www.google.com/search?num=5&q=PollFlags+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.PollFlags](https://github.com/dahall/Vanara/search?l=C%23&q=PollFlags)
[RIO_MSG](https://www.google.com/search?num=5&q=RIO_MSG+site%3Alearn.microsoft.com) | mswsockdef.h | [Vanara.PInvoke.Ws2_32.RIO_MSG](https://github.com/dahall/Vanara/search?l=C%23&q=RIO_MSG)
[RIO_NOTIFICATION_COMPLETION_TYPE](https://www.google.com/search?num=5&q=RIO_NOTIFICATION_COMPLETION_TYPE+site%3Alearn.microsoft.com) | mswsock.h | [Vanara.PInvoke.Ws2_32.RIO_NOTIFICATION_COMPLETION_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=RIO_NOTIFICATION_COMPLETION_TYPE)
[SCOPE_LEVEL](https://www.google.com/search?num=5&q=SCOPE_LEVEL+site%3Alearn.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.SCOPE_LEVEL](https://github.com/dahall/Vanara/search?l=C%23&q=SCOPE_LEVEL)
[SD](https://www.google.com/search?num=5&q=SD+site%3Alearn.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.SD](https://github.com/dahall/Vanara/search?l=C%23&q=SD)
[ServiceInstallFlags](https://www.google.com/search?num=5&q=ServiceInstallFlags+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.ServiceInstallFlags](https://github.com/dahall/Vanara/search?l=C%23&q=ServiceInstallFlags)
@ -174,8 +181,11 @@ Native Enum | Header | Managed Enum
[SOCKET_SETTINGS_IPSEC](https://www.google.com/search?num=5&q=SOCKET_SETTINGS_IPSEC+site%3Alearn.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.SOCKET_SETTINGS_IPSEC](https://github.com/dahall/Vanara/search?l=C%23&q=SOCKET_SETTINGS_IPSEC)
[SOCKET_USAGE_TYPE](https://www.google.com/search?num=5&q=SOCKET_USAGE_TYPE+site%3Alearn.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.SOCKET_USAGE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=SOCKET_USAGE_TYPE)
[TCPSTATE](https://www.google.com/search?num=5&q=TCPSTATE+site%3Alearn.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.TCPSTATE](https://github.com/dahall/Vanara/search?l=C%23&q=TCPSTATE)
[TF](https://www.google.com/search?num=5&q=TF+site%3Alearn.microsoft.com) | mswsock.h | [Vanara.PInvoke.Ws2_32.TF](https://github.com/dahall/Vanara/search?l=C%23&q=TF)
[TIMESTAMPING_FLAG](https://www.google.com/search?num=5&q=TIMESTAMPING_FLAG+site%3Alearn.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.TIMESTAMPING_FLAG](https://github.com/dahall/Vanara/search?l=C%23&q=TIMESTAMPING_FLAG)
[TP_ELEMENT](https://www.google.com/search?num=5&q=TP_ELEMENT+site%3Alearn.microsoft.com) | mswsock.h | [Vanara.PInvoke.Ws2_32.TP_ELEMENT](https://github.com/dahall/Vanara/search?l=C%23&q=TP_ELEMENT)
[WSA_FLAG](https://www.google.com/search?num=5&q=WSA_FLAG+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.WSA_FLAG](https://github.com/dahall/Vanara/search?l=C%23&q=WSA_FLAG)
[WSACOMPLETIONTYPE](https://www.google.com/search?num=5&q=WSACOMPLETIONTYPE+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.WSACOMPLETIONTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=WSACOMPLETIONTYPE)
[WSAECOMPARATOR](https://www.google.com/search?num=5&q=WSAECOMPARATOR+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.WSAECOMPARATOR](https://github.com/dahall/Vanara/search?l=C%23&q=WSAECOMPARATOR)
[WSAESETSERVICEOP](https://www.google.com/search?num=5&q=WSAESETSERVICEOP+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.WSAESETSERVICEOP](https://github.com/dahall/Vanara/search?l=C%23&q=WSAESETSERVICEOP)
[WSC_PROVIDER_INFO_TYPE](https://www.google.com/search?num=5&q=WSC_PROVIDER_INFO_TYPE+site%3Alearn.microsoft.com) | ws2spi.h | [Vanara.PInvoke.Ws2_32.WSC_PROVIDER_INFO_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=WSC_PROVIDER_INFO_TYPE)
@ -187,9 +197,12 @@ Native Structure | Header | Managed Structure
[ADDRINFOEXW](https://www.google.com/search?num=5&q=ADDRINFOEXW+site%3Alearn.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.ADDRINFOEXW](https://github.com/dahall/Vanara/search?l=C%23&q=ADDRINFOEXW)
[ADDRINFOW](https://www.google.com/search?num=5&q=ADDRINFOW+site%3Alearn.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.ADDRINFOW](https://github.com/dahall/Vanara/search?l=C%23&q=ADDRINFOW)
[AFPROTOCOLS](https://www.google.com/search?num=5&q=AFPROTOCOLS+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.AFPROTOCOLS](https://github.com/dahall/Vanara/search?l=C%23&q=AFPROTOCOLS)
[APC](https://www.google.com/search?num=5&q=APC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ws2_32.WSACOMPLETION.UNION.APC](https://github.com/dahall/Vanara/search?l=C%23&q=APC)
[ASSOCIATE_NAMERES_CONTEXT_INPUT](https://www.google.com/search?num=5&q=ASSOCIATE_NAMERES_CONTEXT_INPUT+site%3Alearn.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.ASSOCIATE_NAMERES_CONTEXT_INPUT](https://github.com/dahall/Vanara/search?l=C%23&q=ASSOCIATE_NAMERES_CONTEXT_INPUT)
[BLOB](https://www.google.com/search?num=5&q=BLOB+site%3Alearn.microsoft.com) | nspapi.h | [Vanara.PInvoke.Ws2_32.BLOB](https://github.com/dahall/Vanara/search?l=C%23&q=BLOB)
[CSADDR_INFO](https://www.google.com/search?num=5&q=CSADDR_INFO+site%3Alearn.microsoft.com) | nspapi.h | [Vanara.PInvoke.Ws2_32.CSADDR_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=CSADDR_INFO)
[EVENT](https://www.google.com/search?num=5&q=EVENT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ws2_32.RIO_NOTIFICATION_COMPLETION.UNION.EVENT](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT)
[EVENT](https://www.google.com/search?num=5&q=EVENT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ws2_32.WSACOMPLETION.UNION.EVENT](https://github.com/dahall/Vanara/search?l=C%23&q=EVENT)
[fd_set](https://www.google.com/search?num=5&q=fd_set+site%3Alearn.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.fd_set](https://github.com/dahall/Vanara/search?l=C%23&q=fd_set)
[FLOWSPEC](https://www.google.com/search?num=5&q=FLOWSPEC+site%3Alearn.microsoft.com) | qos.h | [Vanara.PInvoke.Ws2_32.FLOWSPEC](https://github.com/dahall/Vanara/search?l=C%23&q=FLOWSPEC)
[GROUP_FILTER](https://www.google.com/search?num=5&q=GROUP_FILTER+site%3Alearn.microsoft.com) | ws2ipdef.h | [Vanara.PInvoke.Ws2_32.GROUP_FILTER](https://github.com/dahall/Vanara/search?l=C%23&q=GROUP_FILTER)
@ -200,15 +213,21 @@ Native Structure | Header | Managed Structure
[INET_PORT_RANGE](https://www.google.com/search?num=5&q=INET_PORT_RANGE+site%3Alearn.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.INET_PORT_RANGE](https://github.com/dahall/Vanara/search?l=C%23&q=INET_PORT_RANGE)
[INET_PORT_RESERVATION_INSTANCE](https://www.google.com/search?num=5&q=INET_PORT_RESERVATION_INSTANCE+site%3Alearn.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.INET_PORT_RESERVATION_INSTANCE](https://github.com/dahall/Vanara/search?l=C%23&q=INET_PORT_RESERVATION_INSTANCE)
[INET_PORT_RESERVATION_TOKEN](https://www.google.com/search?num=5&q=INET_PORT_RESERVATION_TOKEN+site%3Alearn.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.INET_PORT_RESERVATION_TOKEN](https://github.com/dahall/Vanara/search?l=C%23&q=INET_PORT_RESERVATION_TOKEN)
[IOCP](https://www.google.com/search?num=5&q=IOCP+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ws2_32.RIO_NOTIFICATION_COMPLETION.UNION.IOCP](https://github.com/dahall/Vanara/search?l=C%23&q=IOCP)
[IP_MREQ](https://www.google.com/search?num=5&q=IP_MREQ+site%3Alearn.microsoft.com) | ws2ipdef.h | [Vanara.PInvoke.Ws2_32.IP_MREQ](https://github.com/dahall/Vanara/search?l=C%23&q=IP_MREQ)
[IP_MSFILTER](https://www.google.com/search?num=5&q=IP_MSFILTER+site%3Alearn.microsoft.com) | ws2ipdef.h | [Vanara.PInvoke.Ws2_32.IP_MSFILTER](https://github.com/dahall/Vanara/search?l=C%23&q=IP_MSFILTER)
[IPV6_MREQ](https://www.google.com/search?num=5&q=IPV6_MREQ+site%3Alearn.microsoft.com) | ws2ipdef.h | [Vanara.PInvoke.Ws2_32.IPV6_MREQ](https://github.com/dahall/Vanara/search?l=C%23&q=IPV6_MREQ)
[LINGER](https://www.google.com/search?num=5&q=LINGER+site%3Alearn.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.LINGER](https://github.com/dahall/Vanara/search?l=C%23&q=LINGER)
[NSPV2_ROUTINE](https://www.google.com/search?num=5&q=NSPV2_ROUTINE+site%3Alearn.microsoft.com) | ws2spi.h | [Vanara.PInvoke.Ws2_32.NSPV2_ROUTINE](https://github.com/dahall/Vanara/search?l=C%23&q=NSPV2_ROUTINE)
[PORT](https://www.google.com/search?num=5&q=PORT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ws2_32.WSACOMPLETION.UNION.PORT](https://github.com/dahall/Vanara/search?l=C%23&q=PORT)
[PROTOENT](https://www.google.com/search?num=5&q=PROTOENT+site%3Alearn.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.PROTOENT](https://github.com/dahall/Vanara/search?l=C%23&q=PROTOENT)
[QOS](https://www.google.com/search?num=5&q=QOS+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.QOS](https://github.com/dahall/Vanara/search?l=C%23&q=QOS)
[REAL_TIME_NOTIFICATION_SETTING_INPUT](https://www.google.com/search?num=5&q=REAL_TIME_NOTIFICATION_SETTING_INPUT+site%3Alearn.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.REAL_TIME_NOTIFICATION_SETTING_INPUT](https://github.com/dahall/Vanara/search?l=C%23&q=REAL_TIME_NOTIFICATION_SETTING_INPUT)
[REAL_TIME_NOTIFICATION_SETTING_OUTPUT](https://www.google.com/search?num=5&q=REAL_TIME_NOTIFICATION_SETTING_OUTPUT+site%3Alearn.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.REAL_TIME_NOTIFICATION_SETTING_OUTPUT](https://github.com/dahall/Vanara/search?l=C%23&q=REAL_TIME_NOTIFICATION_SETTING_OUTPUT)
[RIO_BUF](https://www.google.com/search?num=5&q=RIO_BUF+site%3Alearn.microsoft.com) | mswsockdef.h | [Vanara.PInvoke.Ws2_32.RIO_BUF](https://github.com/dahall/Vanara/search?l=C%23&q=RIO_BUF)
[RIO_EXTENSION_FUNCTION_TABLE](https://www.google.com/search?num=5&q=RIO_EXTENSION_FUNCTION_TABLE+site%3Alearn.microsoft.com) | mswsock.h | [Vanara.PInvoke.Ws2_32.RIO_EXTENSION_FUNCTION_TABLE](https://github.com/dahall/Vanara/search?l=C%23&q=RIO_EXTENSION_FUNCTION_TABLE)
[RIO_NOTIFICATION_COMPLETION](https://www.google.com/search?num=5&q=RIO_NOTIFICATION_COMPLETION+site%3Alearn.microsoft.com) | mswsock.h | [Vanara.PInvoke.Ws2_32.RIO_NOTIFICATION_COMPLETION](https://github.com/dahall/Vanara/search?l=C%23&q=RIO_NOTIFICATION_COMPLETION)
[RIORESULT](https://www.google.com/search?num=5&q=RIORESULT+site%3Alearn.microsoft.com) | mswsockdef.h | [Vanara.PInvoke.Ws2_32.RIORESULT](https://github.com/dahall/Vanara/search?l=C%23&q=RIORESULT)
[SCOPE_ID](https://www.google.com/search?num=5&q=SCOPE_ID+site%3Alearn.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.SCOPE_ID](https://github.com/dahall/Vanara/search?l=C%23&q=SCOPE_ID)
[SERVENT](https://www.google.com/search?num=5&q=SERVENT+site%3Alearn.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.SERVENT](https://github.com/dahall/Vanara/search?l=C%23&q=SERVENT)
[SOCK_NOTIFY_REGISTRATION](https://www.google.com/search?num=5&q=SOCK_NOTIFY_REGISTRATION+site%3Alearn.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.SOCK_NOTIFY_REGISTRATION](https://github.com/dahall/Vanara/search?l=C%23&q=SOCK_NOTIFY_REGISTRATION)
@ -233,7 +252,11 @@ Native Structure | Header | Managed Structure
[tcp_keepalive](https://www.google.com/search?num=5&q=tcp_keepalive+site%3Alearn.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.tcp_keepalive](https://github.com/dahall/Vanara/search?l=C%23&q=tcp_keepalive)
[TIMESTAMPING_CONFIG](https://www.google.com/search?num=5&q=TIMESTAMPING_CONFIG+site%3Alearn.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.TIMESTAMPING_CONFIG](https://github.com/dahall/Vanara/search?l=C%23&q=TIMESTAMPING_CONFIG)
[TIMEVAL](https://www.google.com/search?num=5&q=TIMEVAL+site%3Alearn.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.TIMEVAL](https://github.com/dahall/Vanara/search?l=C%23&q=TIMEVAL)
[TRANSMIT_FILE_BUFFERS](https://www.google.com/search?num=5&q=TRANSMIT_FILE_BUFFERS+site%3Alearn.microsoft.com) | mswsock.h | [Vanara.PInvoke.Ws2_32.TRANSMIT_FILE_BUFFERS](https://github.com/dahall/Vanara/search?l=C%23&q=TRANSMIT_FILE_BUFFERS)
[TRANSMIT_PACKETS_ELEMENT](https://www.google.com/search?num=5&q=TRANSMIT_PACKETS_ELEMENT+site%3Alearn.microsoft.com) | mswsock.h | [Vanara.PInvoke.Ws2_32.TRANSMIT_PACKETS_ELEMENT](https://github.com/dahall/Vanara/search?l=C%23&q=TRANSMIT_PACKETS_ELEMENT)
[TRANSPORT_SETTING_ID](https://www.google.com/search?num=5&q=TRANSPORT_SETTING_ID+site%3Alearn.microsoft.com) | transportsettingcommon.h | [Vanara.PInvoke.Ws2_32.TRANSPORT_SETTING_ID](https://github.com/dahall/Vanara/search?l=C%23&q=TRANSPORT_SETTING_ID)
[UNION](https://www.google.com/search?num=5&q=UNION+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ws2_32.RIO_NOTIFICATION_COMPLETION.UNION](https://github.com/dahall/Vanara/search?l=C%23&q=UNION)
[WINDOWMESSAGE](https://www.google.com/search?num=5&q=WINDOWMESSAGE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ws2_32.WSACOMPLETION.UNION.WINDOWMESSAGE](https://github.com/dahall/Vanara/search?l=C%23&q=WINDOWMESSAGE)
[WSABUF](https://www.google.com/search?num=5&q=WSABUF+site%3Alearn.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.WSABUF](https://github.com/dahall/Vanara/search?l=C%23&q=WSABUF)
[WSACMSGHDR](https://www.google.com/search?num=5&q=WSACMSGHDR+site%3Alearn.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.WSACMSGHDR](https://github.com/dahall/Vanara/search?l=C%23&q=WSACMSGHDR)
[WSADATA](https://www.google.com/search?num=5&q=WSADATA+site%3Alearn.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.WSADATA](https://github.com/dahall/Vanara/search?l=C%23&q=WSADATA)

View File

@ -9,7 +9,16 @@
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;wscapi;windows security center;wsc</PackageTags>
<PackageReleaseNotes />
<PackageReleaseNotes>Currently implements:
Functions
WscGetSecurityProviderHealth WscRegisterForChanges WscUnRegisterChanges
Interfaces
IWSCDefaultProduct IWscProduct IWscProduct2 IWscProduct3 IWscProductList
</PackageReleaseNotes>
<PackageReadmeFile>pkgreadme.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />

View File

@ -0,0 +1,21 @@
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.WscApi NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.WscApi?label=NuGet&style=flat-square)](https://github.com/dahall/Vanara/releases)
[![Build status](https://img.shields.io/appveyor/build/dahall/vanara?label=AppVeyor%20build&style=flat-square)](https://ci.appveyor.com/project/dahall/vanara)
PInvoke API (methods, structures and constants) imported from Windows Security Center (WscApi.dll).
### **What is Vanara?**
[Vanara](https://github.com/dahall/Vanara) is a community project that contains various .NET assemblies which have P/Invoke functions, interfaces, enums and structures from Windows libraries. Each assembly is associated with one or a few tightly related libraries.
### **Issues?**
First check if it's already fixed by trying the [AppVeyor build](https://ci.appveyor.com/nuget/vanara-prerelease).
If you're still running into problems, file an [issue](https://github.com/dahall/Vanara/issues).
### **Included in Vanara.PInvoke.WscApi**
Functions | Enumerations | Interfaces
--- | --- | ---
WscGetSecurityProviderHealth WscRegisterForChanges WscUnRegisterChanges | SECURITY_PRODUCT_TYPE WSC_SECURITY_PRODUCT_STATE WSC_SECURITY_PRODUCT_SUBSTATUS WSC_SECURITY_SIGNATURE_STATUS WSC_SECURITY_PROVIDER WSC_SECURITY_PROVIDER_HEALTH | IWSCDefaultProduct IWscProduct IWscProduct2 IWscProduct3 IWscProductList

34
PInvoke/WscApi/readme.md Normal file
View File

@ -0,0 +1,34 @@
## Vanara.PInvoke.WscApi
PInvoke API (methods, structures and constants) imported from Windows Security Center (WscApi.dll).
- Includes methods from wscapi.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.WscApi?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.WscApi?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.WscApi)
### Methods - 100% API coverage (3 of 3 functions)
Native Method | Header | Managed Method
--- | --- | ---
[WscGetSecurityProviderHealth](https://www.google.com/search?num=5&q=WscGetSecurityProviderHealth+site%3Alearn.microsoft.com) | wscapi.h | [Vanara.PInvoke.WscApi.WscGetSecurityProviderHealth](https://github.com/dahall/Vanara/search?l=C%23&q=WscGetSecurityProviderHealth)
[WscRegisterForChanges](https://www.google.com/search?num=5&q=WscRegisterForChanges+site%3Alearn.microsoft.com) | wscapi.h | [Vanara.PInvoke.WscApi.WscRegisterForChanges](https://github.com/dahall/Vanara/search?l=C%23&q=WscRegisterForChanges)
[WscUnRegisterChanges](https://www.google.com/search?num=5&q=WscUnRegisterChanges+site%3Alearn.microsoft.com) | wscapi.h | [Vanara.PInvoke.WscApi.WscUnRegisterChanges](https://github.com/dahall/Vanara/search?l=C%23&q=WscUnRegisterChanges)
### Enumerations
Native Enum | Header | Managed Enum
--- | --- | ---
[SECURITY_PRODUCT_TYPE](https://www.google.com/search?num=5&q=SECURITY_PRODUCT_TYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.WscApi.SECURITY_PRODUCT_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=SECURITY_PRODUCT_TYPE)
[WSC_SECURITY_PRODUCT_STATE](https://www.google.com/search?num=5&q=WSC_SECURITY_PRODUCT_STATE+site%3Alearn.microsoft.com) | iwscapi.h | [Vanara.PInvoke.WscApi.WSC_SECURITY_PRODUCT_STATE](https://github.com/dahall/Vanara/search?l=C%23&q=WSC_SECURITY_PRODUCT_STATE)
[WSC_SECURITY_PRODUCT_SUBSTATUS](https://www.google.com/search?num=5&q=WSC_SECURITY_PRODUCT_SUBSTATUS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.WscApi.WSC_SECURITY_PRODUCT_SUBSTATUS](https://github.com/dahall/Vanara/search?l=C%23&q=WSC_SECURITY_PRODUCT_SUBSTATUS)
[WSC_SECURITY_PROVIDER](https://www.google.com/search?num=5&q=WSC_SECURITY_PROVIDER+site%3Alearn.microsoft.com) | wscapi.h | [Vanara.PInvoke.WscApi.WSC_SECURITY_PROVIDER](https://github.com/dahall/Vanara/search?l=C%23&q=WSC_SECURITY_PROVIDER)
[WSC_SECURITY_PROVIDER_HEALTH](https://www.google.com/search?num=5&q=WSC_SECURITY_PROVIDER_HEALTH+site%3Alearn.microsoft.com) | wscapi.h | [Vanara.PInvoke.WscApi.WSC_SECURITY_PROVIDER_HEALTH](https://github.com/dahall/Vanara/search?l=C%23&q=WSC_SECURITY_PROVIDER_HEALTH)
[WSC_SECURITY_SIGNATURE_STATUS](https://www.google.com/search?num=5&q=WSC_SECURITY_SIGNATURE_STATUS+site%3Alearn.microsoft.com) | iwscapi.h | [Vanara.PInvoke.WscApi.WSC_SECURITY_SIGNATURE_STATUS](https://github.com/dahall/Vanara/search?l=C%23&q=WSC_SECURITY_SIGNATURE_STATUS)
### Interfaces
Native Interface | Header | Managed Interface
--- | --- | ---
[IWSCDefaultProduct](https://www.google.com/search?num=5&q=IWSCDefaultProduct+site%3Alearn.microsoft.com) | iwscapi.h | [Vanara.PInvoke.WscApi.IWSCDefaultProduct](https://github.com/dahall/Vanara/search?l=C%23&q=IWSCDefaultProduct)
[IWscProduct](https://www.google.com/search?num=5&q=IWscProduct+site%3Alearn.microsoft.com) | iwscapi.h | [Vanara.PInvoke.WscApi.IWscProduct](https://github.com/dahall/Vanara/search?l=C%23&q=IWscProduct)
[IWscProduct2](https://www.google.com/search?num=5&q=IWscProduct2+site%3Alearn.microsoft.com) | iwscapi.h | [Vanara.PInvoke.WscApi.IWscProduct2](https://github.com/dahall/Vanara/search?l=C%23&q=IWscProduct2)
[IWscProduct3](https://www.google.com/search?num=5&q=IWscProduct3+site%3Alearn.microsoft.com) | iwscapi.h | [Vanara.PInvoke.WscApi.IWscProduct3](https://github.com/dahall/Vanara/search?l=C%23&q=IWscProduct3)
[IWscProductList](https://www.google.com/search?num=5&q=IWscProductList+site%3Alearn.microsoft.com) | iwscapi.h | [Vanara.PInvoke.WscApi.IWscProductList](https://github.com/dahall/Vanara/search?l=C%23&q=IWscProductList)
[IWSCProductList](https://www.google.com/search?num=5&q=IWSCProductList+site%3Alearn.microsoft.com) | |
### Classes
Native Class | Header | Managed Class
--- | --- | ---
[WSCDefaultProduct](https://www.google.com/search?num=5&q=WSCDefaultProduct+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.WscApi.WSCDefaultProduct](https://github.com/dahall/Vanara/search?l=C%23&q=WSCDefaultProduct)
[WSCProductList](https://www.google.com/search?num=5&q=WSCProductList+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.WscApi.WSCProductList](https://github.com/dahall/Vanara/search?l=C%23&q=WSCProductList)

View File

@ -97,6 +97,7 @@
<dependency id="Vanara.PInvoke.VirtDisk" version="3.4.11" />
<dependency id="Vanara.PInvoke.WcmApi" version="3.4.11" />
<dependency id="Vanara.PInvoke.WcnApi" version="3.4.11" />
<dependency id="Vanara.PInvoke.WebSocket" version="3.4.11" />
<dependency id="Vanara.PInvoke.Wer" version="3.4.11" />
<dependency id="Vanara.PInvoke.WinBio" version="3.4.11" />
<dependency id="Vanara.PInvoke.WinHTTP" version="3.4.11" />
@ -105,6 +106,7 @@
<dependency id="Vanara.PInvoke.WinTrust" version="3.4.11" />
<dependency id="Vanara.PInvoke.WlanApi" version="3.4.11" />
<dependency id="Vanara.PInvoke.Ws2_32" version="3.4.11" />
<dependency id="Vanara.PInvoke.WscApi" version="3.4.11" />
<dependency id="Vanara.PInvoke.WsmSvc" version="3.4.11" />
<dependency id="Vanara.PInvoke.WTSApi32" version="3.4.11" />
<dependency id="Vanara.Security" version="3.4.11" />