Esempio n. 1
0
		/// <summary>Sets the authentication to be used when making ONC/RPC calls.</summary>
		/// <remarks>Sets the authentication to be used when making ONC/RPC calls.</remarks>
		/// <param name="auth">
		/// Authentication protocol handling object encapsulating
		/// authentication information.
		/// </param>
		public virtual void setAuth(OncRpcClientAuth auth)
		{
			this.auth = auth;
		}
Esempio n. 2
0
 /// <summary>Sets the authentication to be used when making ONC/RPC calls.</summary>
 /// <remarks>Sets the authentication to be used when making ONC/RPC calls.</remarks>
 /// <param name="auth">
 /// Authentication protocol handling object encapsulating
 /// authentication information.
 /// </param>
 public virtual void setAuth(OncRpcClientAuth auth)
 {
     this.auth = auth;
 }