|
103 | 103 | </TypeParameters>
|
104 | 104 | <Parameters />
|
105 | 105 | <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> |
109 | 109 | <remarks>To be added.</remarks>
|
110 | 110 | </Docs>
|
111 | 111 | </Member>
|
|
182 | 182 | </ReturnValue>
|
183 | 183 | <Parameters />
|
184 | 184 | <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 <xref:System.ServiceModel.Federation.WSTrustChannel> instance is cast to an <xref:System.ServiceModel.ICommunicationObject> interface.</remarks> |
187 | 187 | </Docs>
|
188 | 188 | </Member>
|
189 | 189 | <Member MemberName="System.ServiceModel.ICommunicationObject.BeginClose">
|
|
209 | 209 | <Parameter Name="state" Type="System.Object" />
|
210 | 210 | </Parameters>
|
211 | 211 | <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> |
216 | 216 | <remarks>To be added.</remarks>
|
217 | 217 | </Docs>
|
218 | 218 | </Member>
|
|
240 | 240 | <Parameter Name="state" Type="System.Object" />
|
241 | 241 | </Parameters>
|
242 | 242 | <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> |
248 | 248 | <remarks>To be added.</remarks>
|
249 | 249 | </Docs>
|
250 | 250 | </Member>
|
|
271 | 271 | <Parameter Name="state" Type="System.Object" />
|
272 | 272 | </Parameters>
|
273 | 273 | <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> |
278 | 278 | <remarks>To be added.</remarks>
|
279 | 279 | </Docs>
|
280 | 280 | </Member>
|
|
302 | 302 | <Parameter Name="state" Type="System.Object" />
|
303 | 303 | </Parameters>
|
304 | 304 | <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> |
310 | 310 | <remarks>To be added.</remarks>
|
311 | 311 | </Docs>
|
312 | 312 | </Member>
|
|
330 | 330 | </ReturnValue>
|
331 | 331 | <Parameters />
|
332 | 332 | <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 <xref:System.ServiceModel.Federation.WSTrustChannel> instance is cast to an <xref:System.ServiceModel.ICommunicationObject> interface.</remarks> |
335 | 335 | </Docs>
|
336 | 336 | </Member>
|
337 | 337 | <Member MemberName="System.ServiceModel.ICommunicationObject.Close">
|
|
356 | 356 | <Parameter Name="timeout" Type="System.TimeSpan" />
|
357 | 357 | </Parameters>
|
358 | 358 | <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> |
361 | 361 | <remarks>To be added.</remarks>
|
362 | 362 | </Docs>
|
363 | 363 | </Member>
|
|
379 | 379 | <ReturnType>System.EventHandler</ReturnType>
|
380 | 380 | </ReturnValue>
|
381 | 381 | <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> |
383 | 383 | <remarks>To be added.</remarks>
|
384 | 384 | </Docs>
|
385 | 385 | </Member>
|
|
401 | 401 | <ReturnType>System.EventHandler</ReturnType>
|
402 | 402 | </ReturnValue>
|
403 | 403 | <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 <xref:System.ServiceModel.Federation.WSTrustChannel> instance is cast to an <xref:System.ServiceModel.ICommunicationObject> interface.</remarks> |
406 | 406 | </Docs>
|
407 | 407 | </Member>
|
408 | 408 | <Member MemberName="System.ServiceModel.ICommunicationObject.EndClose">
|
|
427 | 427 | <Parameter Name="result" Type="System.IAsyncResult" />
|
428 | 428 | </Parameters>
|
429 | 429 | <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> |
432 | 432 | <remarks>To be added.</remarks>
|
433 | 433 | </Docs>
|
434 | 434 | </Member>
|
|
454 | 454 | <Parameter Name="result" Type="System.IAsyncResult" />
|
455 | 455 | </Parameters>
|
456 | 456 | <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> |
459 | 459 | <remarks>To be added.</remarks>
|
460 | 460 | </Docs>
|
461 | 461 | </Member>
|
|
477 | 477 | <ReturnType>System.EventHandler</ReturnType>
|
478 | 478 | </ReturnValue>
|
479 | 479 | <Docs>
|
480 |
| - <summary>To be added.</summary> |
| 480 | + <summary>Occurs when the communication object first enters the faulted state.</summary> |
481 | 481 | <remarks>To be added.</remarks>
|
482 | 482 | </Docs>
|
483 | 483 | </Member>
|
|
501 | 501 | </ReturnValue>
|
502 | 502 | <Parameters />
|
503 | 503 | <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 <xref:System.ServiceModel.Federation.WSTrustChannel> instance is cast to an <xref:System.ServiceModel.ICommunicationObject> interface.</remarks> |
506 | 506 | </Docs>
|
507 | 507 | </Member>
|
508 | 508 | <Member MemberName="System.ServiceModel.ICommunicationObject.Open">
|
|
527 | 527 | <Parameter Name="timeout" Type="System.TimeSpan" />
|
528 | 528 | </Parameters>
|
529 | 529 | <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> |
532 | 532 | <remarks>To be added.</remarks>
|
533 | 533 | </Docs>
|
534 | 534 | </Member>
|
|
550 | 550 | <ReturnType>System.EventHandler</ReturnType>
|
551 | 551 | </ReturnValue>
|
552 | 552 | <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> |
554 | 554 | <remarks>To be added.</remarks>
|
555 | 555 | </Docs>
|
556 | 556 | </Member>
|
|
572 | 572 | <ReturnType>System.EventHandler</ReturnType>
|
573 | 573 | </ReturnValue>
|
574 | 574 | <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 <xref:System.ServiceModel.Federation.WSTrustChannel> instance is cast to an <xref:System.ServiceModel.ICommunicationObject> interface.</remarks> |
577 | 577 | </Docs>
|
578 | 578 | </Member>
|
579 | 579 | <Member MemberName="System.ServiceModel.ICommunicationObject.State">
|
|
595 | 595 | <ReturnType>System.ServiceModel.CommunicationState</ReturnType>
|
596 | 596 | </ReturnValue>
|
597 | 597 | <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 <xref:System.ServiceModel.Federation.WSTrustChannel> instance is cast to an <xref:System.ServiceModel.ICommunicationObject> interface.</remarks> |
601 | 601 | </Docs>
|
602 | 602 | </Member>
|
603 | 603 | </Members>
|
|
0 commit comments