Skip to content

Commit 02bbcb6

Browse files
Meir017SteveSandersonMS
authored andcommitted
fixed docs on SocketNodeInstance
namespace was incorrect
1 parent 1814092 commit 02bbcb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeInstance.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ namespace Microsoft.AspNetCore.NodeServices.Sockets
1414
/// <summary>
1515
/// A specialisation of the OutOfProcessNodeInstance base class that uses a lightweight binary streaming protocol
1616
/// to perform RPC invocations. The physical transport is Named Pipes on Windows, or Domain Sockets on Linux/Mac.
17-
/// For details on the binary streaming protocol, see
18-
/// Microsoft.AspNetCore.NodeServices.HostingModels.VirtualConnections.VirtualConnectionClient.
17+
/// For details on the binary streaming protocol, see <see cref="Microsoft.AspNetCore.NodeServices.Sockets.VirtualConnections.VirtualConnectionClient" />
1918
/// The advantage versus using HTTP for RPC is that this is faster (not surprisingly - there's much less overhead
2019
/// because we don't need most of the functionality of HTTP.
2120
///
@@ -238,4 +237,4 @@ private class RpcJsonResponse<TResult>
238237
}
239238
#pragma warning restore 649
240239
}
241-
}
240+
}

0 commit comments

Comments
 (0)