Skip to content

Commit d6e3337

Browse files
committed
System.ServiceModel.Federation
1 parent b162a1e commit d6e3337

File tree

2 files changed

+87
-87
lines changed

2 files changed

+87
-87
lines changed

xml/System.ServiceModel.Federation/WSTrustChannel.xml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
</TypeParameters>
104104
<Parameters />
105105
<Docs>
106-
<typeparam name="T">To be added.</typeparam>
107-
<summary>To be added.</summary>
108-
<returns>To be added.</returns>
106+
<typeparam name="T">The typed object for which the method is querying.</typeparam>
107+
<summary>Returns a typed object requested, if present, from the appropriate layer in the channel stack.</summary>
108+
<returns>The typed object <paramref name="T" /> requested if it is present or <see langword="null" /> if it is not.</returns>
109109
<remarks>To be added.</remarks>
110110
</Docs>
111111
</Member>
@@ -182,8 +182,8 @@
182182
</ReturnValue>
183183
<Parameters />
184184
<Docs>
185-
<summary>To be added.</summary>
186-
<remarks>To be added.</remarks>
185+
<summary>Causes a communication object to transition immediately from its current state into the closed state.</summary>
186+
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.ServiceModel.Federation.WSTrustChannel&gt; instance is cast to an &lt;xref:System.ServiceModel.ICommunicationObject&gt; interface.</remarks>
187187
</Docs>
188188
</Member>
189189
<Member MemberName="System.ServiceModel.ICommunicationObject.BeginClose">
@@ -209,10 +209,10 @@
209209
<Parameter Name="state" Type="System.Object" />
210210
</Parameters>
211211
<Docs>
212-
<param name="callback">To be added.</param>
213-
<param name="state">To be added.</param>
214-
<summary>To be added.</summary>
215-
<returns>To be added.</returns>
212+
<param name="callback">The <see cref="T:System.AsyncCallback" /> delegate that receives notification of the completion of the asynchronous close operation.</param>
213+
<param name="state">An object, specified by the application, that contains state information associated with the asynchronous close operation.</param>
214+
<summary>Begins an asynchronous operation to close a communication object.</summary>
215+
<returns>The <see cref="T:System.IAsyncResult" /> that references the asynchronous close operation.</returns>
216216
<remarks>To be added.</remarks>
217217
</Docs>
218218
</Member>
@@ -240,11 +240,11 @@
240240
<Parameter Name="state" Type="System.Object" />
241241
</Parameters>
242242
<Docs>
243-
<param name="timeout">To be added.</param>
244-
<param name="callback">To be added.</param>
245-
<param name="state">To be added.</param>
246-
<summary>To be added.</summary>
247-
<returns>To be added.</returns>
243+
<param name="timeout">The <see cref="T:System.TimeSpan" /> that specifies how long the send operation has to complete before timing out.</param>
244+
<param name="callback">The <see cref="T:System.AsyncCallback" /> delegate that receives notification of the completion of the asynchronous close operation.</param>
245+
<param name="state">An object, specified by the application, that contains state information associated with the asynchronous close operation.</param>
246+
<summary>Begins an asynchronous operation to close a communication object with a specified timeout.</summary>
247+
<returns>The <see cref="T:System.IAsyncResult" /> that references the asynchronous close operation.</returns>
248248
<remarks>To be added.</remarks>
249249
</Docs>
250250
</Member>
@@ -271,10 +271,10 @@
271271
<Parameter Name="state" Type="System.Object" />
272272
</Parameters>
273273
<Docs>
274-
<param name="callback">To be added.</param>
275-
<param name="state">To be added.</param>
276-
<summary>To be added.</summary>
277-
<returns>To be added.</returns>
274+
<param name="callback">The <see cref="T:System.AsyncCallback" /> delegate that receives notification of the completion of the asynchronous open operation.</param>
275+
<param name="state">An object, specified by the application, that contains state information associated with the asynchronous open operation.</param>
276+
<summary>Begins an asynchronous operation to open a communication object.</summary>
277+
<returns>The <see cref="T:System.IAsyncResult" /> that references the asynchronous open operation.</returns>
278278
<remarks>To be added.</remarks>
279279
</Docs>
280280
</Member>
@@ -302,11 +302,11 @@
302302
<Parameter Name="state" Type="System.Object" />
303303
</Parameters>
304304
<Docs>
305-
<param name="timeout">To be added.</param>
306-
<param name="callback">To be added.</param>
307-
<param name="state">To be added.</param>
308-
<summary>To be added.</summary>
309-
<returns>To be added.</returns>
305+
<param name="timeout">The <see cref="T:System.TimeSpan" /> that specifies how long the send operation has to complete before timing out.</param>
306+
<param name="callback">The <see cref="T:System.AsyncCallback" /> delegate that receives notification of the completion of the asynchronous open operation.</param>
307+
<param name="state">An object, specified by the application, that contains state information associated with the asynchronous open operation.</param>
308+
<summary>Begins an asynchronous operation to open a communication object within a specified interval of time.</summary>
309+
<returns>The <see cref="T:System.IAsyncResult" /> that references the asynchronous open operation.</returns>
310310
<remarks>To be added.</remarks>
311311
</Docs>
312312
</Member>
@@ -330,8 +330,8 @@
330330
</ReturnValue>
331331
<Parameters />
332332
<Docs>
333-
<summary>To be added.</summary>
334-
<remarks>To be added.</remarks>
333+
<summary>Causes a communication object to transition from its current state into the closed state.</summary>
334+
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.ServiceModel.Federation.WSTrustChannel&gt; instance is cast to an &lt;xref:System.ServiceModel.ICommunicationObject&gt; interface.</remarks>
335335
</Docs>
336336
</Member>
337337
<Member MemberName="System.ServiceModel.ICommunicationObject.Close">
@@ -356,8 +356,8 @@
356356
<Parameter Name="timeout" Type="System.TimeSpan" />
357357
</Parameters>
358358
<Docs>
359-
<param name="timeout">To be added.</param>
360-
<summary>To be added.</summary>
359+
<param name="timeout">The <see cref="T:System.TimeSpan" /> that specifies how long the send operation has to complete before timing out.</param>
360+
<summary>Causes a communication object to transition from its current state into the closed state.</summary>
361361
<remarks>To be added.</remarks>
362362
</Docs>
363363
</Member>
@@ -379,7 +379,7 @@
379379
<ReturnType>System.EventHandler</ReturnType>
380380
</ReturnValue>
381381
<Docs>
382-
<summary>To be added.</summary>
382+
<summary>Occurs when the communication object completes its transition from the closing state into the closed state.</summary>
383383
<remarks>To be added.</remarks>
384384
</Docs>
385385
</Member>
@@ -401,8 +401,8 @@
401401
<ReturnType>System.EventHandler</ReturnType>
402402
</ReturnValue>
403403
<Docs>
404-
<summary>To be added.</summary>
405-
<remarks>To be added.</remarks>
404+
<summary>Occurs when the communication object first enters the closing state.</summary>
405+
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.ServiceModel.Federation.WSTrustChannel&gt; instance is cast to an &lt;xref:System.ServiceModel.ICommunicationObject&gt; interface.</remarks>
406406
</Docs>
407407
</Member>
408408
<Member MemberName="System.ServiceModel.ICommunicationObject.EndClose">
@@ -427,8 +427,8 @@
427427
<Parameter Name="result" Type="System.IAsyncResult" />
428428
</Parameters>
429429
<Docs>
430-
<param name="result">To be added.</param>
431-
<summary>To be added.</summary>
430+
<param name="result">The <see cref="T:System.IAsyncResult" /> that is returned by a call to the <see cref="Overload:System.ServiceModel.ICommunicationObject.BeginClose" /> method.</param>
431+
<summary>Completes an asynchronous operation to close a communication object.</summary>
432432
<remarks>To be added.</remarks>
433433
</Docs>
434434
</Member>
@@ -454,8 +454,8 @@
454454
<Parameter Name="result" Type="System.IAsyncResult" />
455455
</Parameters>
456456
<Docs>
457-
<param name="result">To be added.</param>
458-
<summary>To be added.</summary>
457+
<param name="result">The <see cref="T:System.IAsyncResult" /> that is returned by a call to the <see cref="Overload:System.ServiceModel.ICommunicationObject.BeginOpen" /> method.</param>
458+
<summary>Completes an asynchronous operation to open a communication object.</summary>
459459
<remarks>To be added.</remarks>
460460
</Docs>
461461
</Member>
@@ -477,7 +477,7 @@
477477
<ReturnType>System.EventHandler</ReturnType>
478478
</ReturnValue>
479479
<Docs>
480-
<summary>To be added.</summary>
480+
<summary>Occurs when the communication object first enters the faulted state.</summary>
481481
<remarks>To be added.</remarks>
482482
</Docs>
483483
</Member>
@@ -501,8 +501,8 @@
501501
</ReturnValue>
502502
<Parameters />
503503
<Docs>
504-
<summary>To be added.</summary>
505-
<remarks>To be added.</remarks>
504+
<summary>Causes a communication object to transition from the created state into the opened state.</summary>
505+
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.ServiceModel.Federation.WSTrustChannel&gt; instance is cast to an &lt;xref:System.ServiceModel.ICommunicationObject&gt; interface.</remarks>
506506
</Docs>
507507
</Member>
508508
<Member MemberName="System.ServiceModel.ICommunicationObject.Open">
@@ -527,8 +527,8 @@
527527
<Parameter Name="timeout" Type="System.TimeSpan" />
528528
</Parameters>
529529
<Docs>
530-
<param name="timeout">To be added.</param>
531-
<summary>To be added.</summary>
530+
<param name="timeout">The <see cref="T:System.TimeSpan" /> that specifies how long the send operation has to complete before timing out.</param>
531+
<summary>Causes a communication object to transition from the created state into the opened state within a specified interval of time.</summary>
532532
<remarks>To be added.</remarks>
533533
</Docs>
534534
</Member>
@@ -550,7 +550,7 @@
550550
<ReturnType>System.EventHandler</ReturnType>
551551
</ReturnValue>
552552
<Docs>
553-
<summary>To be added.</summary>
553+
<summary>Occurs when the communication object completes its transition from the opening state into the opened state.</summary>
554554
<remarks>To be added.</remarks>
555555
</Docs>
556556
</Member>
@@ -572,8 +572,8 @@
572572
<ReturnType>System.EventHandler</ReturnType>
573573
</ReturnValue>
574574
<Docs>
575-
<summary>To be added.</summary>
576-
<remarks>To be added.</remarks>
575+
<summary>Occurs when the communication object first enters the opening state.</summary>
576+
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.ServiceModel.Federation.WSTrustChannel&gt; instance is cast to an &lt;xref:System.ServiceModel.ICommunicationObject&gt; interface.</remarks>
577577
</Docs>
578578
</Member>
579579
<Member MemberName="System.ServiceModel.ICommunicationObject.State">
@@ -595,9 +595,9 @@
595595
<ReturnType>System.ServiceModel.CommunicationState</ReturnType>
596596
</ReturnValue>
597597
<Docs>
598-
<summary>To be added.</summary>
599-
<value>To be added.</value>
600-
<remarks>To be added.</remarks>
598+
<summary>Gets the current state of the communication-oriented object.</summary>
599+
<value>The value of the <see cref="T:System.ServiceModel.CommunicationState" /> of the object.</value>
600+
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.ServiceModel.Federation.WSTrustChannel&gt; instance is cast to an &lt;xref:System.ServiceModel.ICommunicationObject&gt; interface.</remarks>
601601
</Docs>
602602
</Member>
603603
</Members>

0 commit comments

Comments
 (0)