File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 17
17
</Base >
18
18
<Interfaces />
19
19
<Docs >
20
- <summary >To be added .</summary >
20
+ <summary >Provides Windows-specific static extension methods for manipulating Access Control List (ACL) security attributes for pipe streams .</summary >
21
21
<remarks >To be added.</remarks >
22
22
</Docs >
23
23
<Members >
48
48
<Parameter Name =" stream" Type =" System.IO.Pipes.PipeStream" RefType =" this" />
49
49
</Parameters >
50
50
<Docs >
51
- <param name =" stream" >To be added .</param >
52
- <summary >To be added .</summary >
53
- <returns >To be added .</returns >
51
+ <param name =" stream" >The existing pipe stream from which to obtain the security information .</param >
52
+ <summary >Returns the security information of a pipe stream .</summary >
53
+ <returns >The security descriptors of all the access control sections of the pipe stream .</returns >
54
54
<remarks >To be added.</remarks >
55
55
</Docs >
56
56
</Member >
81
81
<Parameter Name =" pipeSecurity" Type =" System.IO.Pipes.PipeSecurity" />
82
82
</Parameters >
83
83
<Docs >
84
- <param name =" stream" >To be added .</param >
85
- <param name =" pipeSecurity" >To be added .</param >
86
- <summary >To be added .</summary >
84
+ <param name =" stream" >An existing pipe stream .</param >
85
+ <param name =" pipeSecurity" >The security information to apply to the pipe stream .</param >
86
+ <summary >Changes the security attributes of an existing pipe stream .</summary >
87
87
<remarks >To be added.</remarks >
88
+ <exception cref =" ArgumentNullException" >
89
+ <paramref name =" pipeSecurity" /> is <see langword =" null" />.
90
+ </exception >
91
+ <exception cref =" IOException" >
92
+ <paramref name =" stream" /> is a disconnected <see cref =" T:System.IO.Pipes.NamedPipeClientStream" /> instance.
93
+ </exception >
88
94
</Docs >
89
95
</Member >
90
96
</Members >
You can’t perform that action at this time.
0 commit comments