WebSocket::IsApplicationTargeting45 Method ()
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Net.WebSockets
Assembly: System (in System.dll)
Return to top
Returns a value that indicates if the WebSocket instance is targeting .NET Framework 4.5.
Assembly: System (in System.dll)
public: [ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")] static bool IsApplicationTargeting45()
Return Value
Type: System::BooleanReturns Boolean.
true if the WebSocket is targeting .NET Framework 4.5; otherwise false.
.NET Framework
Available since 4.5
Available since 4.5
Show: