1 write to handlerFunc
System.ServiceModel (1)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
107
this.
handlerFunc
= handlers;
4 references to handlerFunc
System.ServiceModel (4)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (4)
198
if (this.
handlerFunc
!= null)
248
if (this.
handlerFunc
!= null)
250
handlerInstances = this.
handlerFunc
.Invoke();
257
throw FxTrace.Exception.Argument("handlers", SR.GetString(SR.DelegatingHandlerArrayFromFuncContainsNullItem, delegatingHandlerType.Name, GetFuncDetails(this.
handlerFunc
)));