19 references to HttpResponseSubstitutionCallback
System.Web (18)
Abstractions\HttpResponseBase.cs (1)
509
public virtual void WriteSubstitution(
HttpResponseSubstitutionCallback
callback) {
Abstractions\HttpResponseWrapper.cs (1)
476
public override void WriteSubstitution(
HttpResponseSubstitutionCallback
callback) {
Cache\SubstitutionResponseElement.cs (5)
13
private
HttpResponseSubstitutionCallback
_callback;
17
public
HttpResponseSubstitutionCallback
Callback { get { return _callback; } }
21
public SubstitutionResponseElement(
HttpResponseSubstitutionCallback
callback) {
39
_callback = (
HttpResponseSubstitutionCallback
) Delegate.CreateDelegate(typeof(
HttpResponseSubstitutionCallback
), target, _methodName);
HttpResponse.cs (1)
2664
public void WriteSubstitution(
HttpResponseSubstitutionCallback
callback) {
HttpWriter.cs (5)
524
private
HttpResponseSubstitutionCallback
_callback;
531
internal
HttpResponseSubstitutionCallback
Callback { get { return _callback; } }
537
internal HttpSubstBlockResponseElement(
HttpResponseSubstitutionCallback
callback, Encoding encoding, Encoder encoder, IIS7WorkerRequest iis7WorkerRequest) {
553
internal HttpSubstBlockResponseElement(
HttpResponseSubstitutionCallback
callback) {
1170
internal void WriteSubstBlock(
HttpResponseSubstitutionCallback
callback, IIS7WorkerRequest iis7WorkerRequest) {
UI\WebControls\AdPostCacheSubstitution.cs (1)
35
HttpResponseSubstitutionCallback
callback = new HttpResponseSubstitutionCallback(Render);
UI\WebControls\Substitution.cs (4)
75
private
HttpResponseSubstitutionCallback
GetDelegate(Type targetType, string methodName) {
76
return (
HttpResponseSubstitutionCallback
)Delegate.CreateDelegate(
77
typeof(
HttpResponseSubstitutionCallback
), targetType, methodName);
110
HttpResponseSubstitutionCallback
callback = null;
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
340
public override void WriteSubstitution(
HttpResponseSubstitutionCallback
callback) {