Guest User

Untitled

a guest
Dec 18th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. var factory = new ConnectionFactory() { HostName = "158.2.14.42", Port = Protocols.DefaultProtocol.DefaultPort, UserName = "Administrator", Password = "@server@", ContinuationTimeout = new TimeSpan(10, 0, 0, 0) };
  2. connection = factory.CreateConnection();
Add Comment
Please, Sign In to add comment