Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
chore: comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cruikshj committed Oct 31, 2016
1 parent 3db8b5a commit 6385f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMLogging/RequestLoggingMessageInspector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public void BeforeSendReply(ref Message reply, object correlationState)
/// <param name="channel">The client object channel.</param>
/// <returns>
/// The object that is returned as the correlationState argument of the <see cref="M:System.ServiceModel.Dispatcher.IClientMessageInspector.AfterReceiveReply(System.ServiceModel.Channels.Message@,System.Object)" /> method.
/// This is null if no correlation state is used.The best practice is to make this a <see cref="T:System.Guid" /> to ensure that no two <paramref name="correlationState" /> objects are the same.
/// This is null if no correlation state is used.The best practice is to make this a <see cref="T:System.Guid" /> to ensure that no two correlationState objects are the same.
/// </returns>
public object BeforeSendRequest(ref Message request, IClientChannel channel)
{
Expand Down

0 comments on commit 6385f05

Please sign in to comment.