wcf - Is WebHttpBinding uses TCP connection pooling? -


i can see in msdn page nettcpbinding in new .net 4.5 uses tcp connection pooling based on service’s host dns name , port number service listening on. true webhttpbinding well? not find answer question.

it seems, connection pooling allowed tcp (tcpconnectionpoolsettings) , named pipes (namedpipeconnectionpoolsettings) only.

see this msdn post


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -