Guest User

Untitled

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [ServiceBehavior(ConcurrencyMode = ConcurrencyMode.Multiple,
  2. InstanceContextMode = InstanceContextMode.PerSession,
  3. UseSynchronizationContext = false)]
  4.  
  5. <configuration>
  6. <system.net>
  7. <connectionManagement>
  8. <add address = "*" maxconnection = "2" />
  9. </connectionManagement>
  10. </system.net>
  11. </configuration>
Add Comment
Please, Sign In to add comment