Guest User

Untitled

a guest
Oct 20th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public ConnectionFactory GetConnectionFactory()
  2. {
  3. var connectionFactory = new ConnectionFactory
  4. {
  5. HostName = "localhost",
  6. UserName = "guest",
  7. Password = "guest"
  8. };
  9. return connectionFactory;
  10. }
Add Comment
Please, Sign In to add comment