We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2ef5f commit a618f8bCopy full SHA for a618f8b
snippets/cpp/VS_Snippets_Remoting/Socket_Socket_Options/CPP/source.cpp
@@ -1,4 +1,4 @@
1
-#using < System.dll>
+#using <System.dll>
2
3
using namespace System;
4
using namespace System::Text;
@@ -7,8 +7,7 @@ using namespace System::Net;
7
using namespace System::Net::Sockets;
8
using namespace System::Threading;
9
10
-public
11
-ref class Sync_Send_Receive
+public ref class Sync_Send_Receive
12
{
13
public:
14
static void SetSocketOptions()
0 commit comments