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 d91ba13 commit a2d01d9Copy full SHA for a2d01d9
snippets/visualbasic/VS_Snippets_Remoting/NclNegoasyncClient/VB/client.vb
@@ -93,11 +93,10 @@ Namespace Examples.NegotiateStreamExample
93
94
End Sub
95
'</snippet4>
96
-
97
End Class
98
- '<snippet6>
99
100
- ' The following class displays the properties of an authenticatedStream.
+ '<snippet6>
+ ' The following class displays the properties of an AuthenticatedStream.
101
Public Class AuthenticatedStreamReporter
102
Public Shared Sub DisplayProperties(stream As AuthenticatedStream)
103
Console.WriteLine("IsAuthenticated: {0}", stream.IsAuthenticated)
@@ -108,5 +107,5 @@ Namespace Examples.NegotiateStreamExample
108
107
109
110
'</snippet6>
111
112
End Namespace
+' </snippet0>
0 commit comments