1 instantiation of DispatchContext
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
360
DispatchContext dispatchContext = new
DispatchContext
()
22 references to DispatchContext
System.ServiceModel (22)
System\ServiceModel\Security\WSTrustServiceContract.cs (22)
193
protected virtual IAsyncResult BeginDispatchRequest(
DispatchContext
dispatchContext, AsyncCallback asyncCallback, object asyncState)
203
/// <returns>The <see cref="
DispatchContext
"/> that exposes properties which determine the response
205
protected virtual
DispatchContext
EndDispatchRequest(IAsyncResult ar)
216
protected virtual void DispatchRequest(
DispatchContext
dispatchContext)
302
DispatchContext
dispatchContext = CreateDispatchContext(requestMessage,
339
/// Creates a <see cref="
DispatchContext
"/> object for use by the <see cref="DispatchRequest"/> method.
351
/// <returns>A <see cref="
DispatchContext
"/> object.</returns>
352
protected virtual
DispatchContext
CreateDispatchContext(Message requestMessage,
360
DispatchContext
dispatchContext = new DispatchContext()
398
/// <param name="dispatchContext">The <see cref="
DispatchContext
"/> to validate.</param>
400
/// This routine ensures that the <see cref="
DispatchContext
"/> represents a legal request
404
protected virtual void ValidateDispatchContext(
DispatchContext
dispatchContext)
426
private static bool IsValidRSTAction(
DispatchContext
dispatchContext)
462
private static bool IsValidRSTRAction(
DispatchContext
dispatchContext)
567
DispatchContext
dispatchContext = CreateDispatchContext(requestMessage,
1357
DispatchContext
_dispatchContext;
1363
DispatchContext
dispatchContext,
1405
public
DispatchContext
DispatchContext
1471
DispatchContext
_dispatchContext;
1473
public
DispatchContext
DispatchContext
1478
public DispatchRequestAsyncResult(
DispatchContext
dispatchContext, AsyncCallback asyncCallback, object asyncState)
1513
public new static
DispatchContext
End(IAsyncResult ar)