|
127 | 127 | <Parameter Name="state" Type="System.Object" />
|
128 | 128 | </Parameters>
|
129 | 129 | <Docs>
|
130 |
| - <param name="message">To be added.</param> |
131 |
| - <param name="callback">To be added.</param> |
132 |
| - <param name="state">To be added.</param> |
133 |
| - <summary>To be added.</summary> |
134 |
| - <returns>To be added.</returns> |
| 130 | + <param name="message">The request <see cref="T:System.ServiceModel.Channels.Message" /> to be transmitted.</param> |
| 131 | + <param name="callback">The <see cref="T:System.AsyncCallback" /> delegate that receives the notification of the completion of the asynchronous operation transmitting a request message.</param> |
| 132 | + <param name="state">An object, specified by the application, that contains state information associated with the asynchronous operation transmitting a request message.</param> |
| 133 | + <summary>Begins an asynchronous operation to transmit a request message to the reply side of a request-reply message exchange.</summary> |
| 134 | + <returns>The <see cref="T:System.IAsyncResult" /> that references the asynchronous message transmission.</returns> |
135 | 135 | <remarks>To be added.</remarks>
|
136 | 136 | </Docs>
|
137 | 137 | </Member>
|
|
160 | 160 | <Parameter Name="state" Type="System.Object" />
|
161 | 161 | </Parameters>
|
162 | 162 | <Docs>
|
163 |
| - <param name="message">To be added.</param> |
164 |
| - <param name="timeout">To be added.</param> |
165 |
| - <param name="callback">To be added.</param> |
166 |
| - <param name="state">To be added.</param> |
167 |
| - <summary>To be added.</summary> |
168 |
| - <returns>To be added.</returns> |
| 163 | + <param name="message">The request <see cref="T:System.ServiceModel.Channels.Message" /> to be transmitted.</param> |
| 164 | + <param name="timeout">The <see cref="T:System.TimeSpan" /> that specifies the interval of time within which a response must be received.</param> |
| 165 | + <param name="callback">The <see cref="T:System.AsyncCallback" /> delegate that receives the notification of the completion of the asynchronous operation transmitting a request message.</param> |
| 166 | + <param name="state">An object, specified by the application, that contains state information associated with the asynchronous operation transmitting a request message.</param> |
| 167 | + <summary>Begins an asynchronous operation to transmit a request message to the reply side of a request-reply message exchange within a specified interval of time.</summary> |
| 168 | + <returns>The <see cref="T:System.IAsyncResult" /> that references the asynchronous message transmission.</returns> |
169 | 169 | <remarks>To be added.</remarks>
|
170 | 170 | </Docs>
|
171 | 171 | </Member>
|
|
216 | 216 | <Parameter Name="result" Type="System.IAsyncResult" />
|
217 | 217 | </Parameters>
|
218 | 218 | <Docs>
|
219 |
| - <param name="result">To be added.</param> |
220 |
| - <summary>To be added.</summary> |
221 |
| - <returns>To be added.</returns> |
| 219 | + <param name="result">The <see cref="T:System.IAsyncResult" /> returned by a call to the <see cref="Overload:System.ServiceModel.Channels.IInputChannel.BeginReceive" /> method.</param> |
| 220 | + <summary>Completes an asynchronous operation to return a message-based response to a transmitted request.</summary> |
| 221 | + <returns>The <see cref="T:System.ServiceModel.Channels.Message" /> received in response to the request.</returns> |
222 | 222 | <remarks>To be added.</remarks>
|
223 | 223 | </Docs>
|
224 | 224 | </Member>
|
|
270 | 270 | </TypeParameters>
|
271 | 271 | <Parameters />
|
272 | 272 | <Docs>
|
273 |
| - <typeparam name="T">To be added.</typeparam> |
274 |
| - <summary>To be added.</summary> |
275 |
| - <returns>To be added.</returns> |
| 273 | + <typeparam name="T">The typed object for which the method is querying.</typeparam> |
| 274 | + <summary>Returns a typed object requested, if present, from the appropriate layer in the channel stack.</summary> |
| 275 | + <returns>The typed object <paramref name="T" /> requested if it is present or <see langword="null" /> if it is not.</returns> |
276 | 276 | <remarks>To be added.</remarks>
|
277 | 277 | </Docs>
|
278 | 278 | </Member>
|
|
337 | 337 | <ReturnType>System.ServiceModel.EndpointAddress</ReturnType>
|
338 | 338 | </ReturnValue>
|
339 | 339 | <Docs>
|
340 |
| - <summary>To be added.</summary> |
341 |
| - <value>To be added.</value> |
| 340 | + <summary>Gets the remote address to which the request channel sends messages.</summary> |
| 341 | + <value>The <see cref="T:System.ServiceModel.EndpointAddress" /> to which the request channel sends messages.</value> |
342 | 342 | <remarks>To be added.</remarks>
|
343 | 343 | </Docs>
|
344 | 344 | </Member>
|
|
364 | 364 | <Parameter Name="message" Type="System.ServiceModel.Channels.Message" />
|
365 | 365 | </Parameters>
|
366 | 366 | <Docs>
|
367 |
| - <param name="message">To be added.</param> |
368 |
| - <summary>To be added.</summary> |
369 |
| - <returns>To be added.</returns> |
| 367 | + <param name="message">The request <see cref="T:System.ServiceModel.Channels.Message" /> to be transmitted.</param> |
| 368 | + <summary>Sends a message-based request and returns the correlated message-based response.</summary> |
| 369 | + <returns>The <see cref="T:System.ServiceModel.Channels.Message" /> received in response to the request.</returns> |
370 | 370 | <remarks>To be added.</remarks>
|
371 | 371 | </Docs>
|
372 | 372 | </Member>
|
|
393 | 393 | <Parameter Name="timeout" Type="System.TimeSpan" />
|
394 | 394 | </Parameters>
|
395 | 395 | <Docs>
|
396 |
| - <param name="message">To be added.</param> |
397 |
| - <param name="timeout">To be added.</param> |
398 |
| - <summary>To be added.</summary> |
399 |
| - <returns>To be added.</returns> |
| 396 | + <param name="message">The request <see cref="T:System.ServiceModel.Channels.Message" /> to be transmitted.</param> |
| 397 | + <param name="timeout">The <see cref="T:System.TimeSpan" /> that specifies the interval of time within which a response must be received.</param> |
| 398 | + <summary>Sends a message-based request and returns the correlated message-based response within a specified interval of time.</summary> |
| 399 | + <returns>The <see cref="T:System.ServiceModel.Channels.Message" /> received in response to the request.</returns> |
400 | 400 | <remarks>To be added.</remarks>
|
401 | 401 | </Docs>
|
402 | 402 | </Member>
|
|
471 | 471 | <ReturnType>System.Uri</ReturnType>
|
472 | 472 | </ReturnValue>
|
473 | 473 | <Docs>
|
474 |
| - <summary>To be added.</summary> |
475 |
| - <value>To be added.</value> |
| 474 | + <summary>Gets the transport address to which the request is send.</summary> |
| 475 | + <value>The <see cref="T:System.Uri" /> that contains the transport address to which the message is sent.</value> |
476 | 476 | <remarks>To be added.</remarks>
|
477 | 477 | </Docs>
|
478 | 478 | </Member>
|
|
0 commit comments