Skip to content

Commit f51b0bb

Browse files
carlossanlopmairaw
authored andcommitted
Document System.IO.Pipes.PipeOptions.CurrentUserOnly (#3411)
* Document System.IO.Pipes.PipeOptions.CurrentUserOnly * suggestion by danmosemsft * fix typo
1 parent cd61151 commit f51b0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO.Pipes/PipeOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</ReturnValue>
103103
<MemberValue>536870912</MemberValue>
104104
<Docs>
105-
<summary>To be added.</summary>
105+
<summary>When used to create a <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> instance, indicates that the pipe can only be connected to a client created by the same user. When used to create a <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> instance, indicates that the pipe can only connect to a server created by the same user. On Windows, it verifies both the user account and elevation level.</summary>
106106
</Docs>
107107
</Member>
108108
<Member MemberName="None">

0 commit comments

Comments
 (0)