Skip to content

Commit a2d01d9

Browse files
author
Ron Petrusha
authored
Added missing closing snippet tag (#907)
1 parent d91ba13 commit a2d01d9

File tree

1 file changed

+3
-4
lines changed
  • snippets/visualbasic/VS_Snippets_Remoting/NclNegoasyncClient/VB

1 file changed

+3
-4
lines changed

snippets/visualbasic/VS_Snippets_Remoting/NclNegoasyncClient/VB/client.vb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ Namespace Examples.NegotiateStreamExample
9393

9494
End Sub
9595
'</snippet4>
96-
9796
End Class
98-
'<snippet6>
9997

100-
' The following class displays the properties of an authenticatedStream.
98+
'<snippet6>
99+
' The following class displays the properties of an AuthenticatedStream.
101100
Public Class AuthenticatedStreamReporter
102101
Public Shared Sub DisplayProperties(stream As AuthenticatedStream)
103102
Console.WriteLine("IsAuthenticated: {0}", stream.IsAuthenticated)
@@ -108,5 +107,5 @@ Namespace Examples.NegotiateStreamExample
108107
End Sub
109108
End Class
110109
'</snippet6>
111-
112110
End Namespace
111+
' </snippet0>

0 commit comments

Comments
 (0)