1 write to httpMessageHandlers
System.ServiceModel (1)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
87
this.
httpMessageHandlers
= handlers;
3 references to httpMessageHandlers
System.ServiceModel (3)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (3)
213
if (this.
httpMessageHandlers
!= null)
216
for (int i = 0; i < this.
httpMessageHandlers
.Length; i++)
218
handlerCollection.Add(new DelegatingHandlerElement(this.
httpMessageHandlers
[i]));