Skip to content

Commit fa70eb6

Browse files
LxiamailRon Petrusha
authored andcommitted
fix code issue#1868 for DuplexClientBase<Tchannel>.InnerDuplexChannel (#1987)
* fix code issue#1868 for DuplexClientBase<Tchannel>.InnerDuplexChannel * Update xml/System.ServiceModel/DuplexClientBase`1.xml Co-Authored-By: Lxiamail <[email protected]> * Update xml/System.ServiceModel/DuplexClientBase`1.xml Co-Authored-By: Lxiamail <[email protected]>
1 parent f3a3a03 commit fa70eb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.ServiceModel/DuplexClientBase`1.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -623,10 +623,10 @@
623623
<ReturnType>System.ServiceModel.IDuplexContextChannel</ReturnType>
624624
</ReturnValue>
625625
<Docs>
626-
<summary>Gets the inner duplex channel.</summary>
627-
<value>The inner duplex channel.</value>
626+
<summary>Gets the underlying <see cref="T:System.ServiceModel.IClientChannel" /> implementation for the duplex channel.</summary>
627+
<value>The inner duplex channel returned by the <see cref="P:System.ServiceModel.ClientBase`1.InnerChannel" /> property cast to an IDuplexContextChannel.</value>
628628
<remarks>To be added.</remarks>
629629
</Docs>
630630
</Member>
631631
</Members>
632-
</Type>
632+
</Type>

0 commit comments

Comments
 (0)