コード例 #1
0
ファイル: OncRpcClient.cs プロジェクト: mushuanli/nekodrive
		/// <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;
		}
コード例 #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;
 }