示例#1
0
 /// <summary>
 /// Add the specified scheme:auth information to this connection.
 ///
 /// This method is NOT thread safe
 /// </summary>
 /// <param name="scheme">The scheme.</param>
 /// <param name="auth">The auth.</param>
 public void AddAuthInfo(string scheme, byte[] auth)
 {
     cnxn.AddAuthInfo(scheme, auth);
 }