Documentation XML syntax corrections

This commit is contained in:
Tal Aloni 2021-11-19 12:46:43 +02:00
parent 027b4652fa
commit 02c4ab2e22
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ namespace SMBLibrary.Client
} }
/// <param name="serverName"> /// <param name="serverName">
/// When a Windows Server host is using Failover Cluster & Cluster Shared Volumes, each of those CSV file shares is associated /// When a Windows Server host is using Failover Cluster and Cluster Shared Volumes, each of those CSV file shares is associated
/// with a specific host name associated with the cluster and is not accessible using the node IP address or node host name. /// with a specific host name associated with the cluster and is not accessible using the node IP address or node host name.
/// </param> /// </param>
public static List<string> ListShares(INTFileStore namedPipeShare, string serverName, ShareType? shareType, out NTStatus status) public static List<string> ListShares(INTFileStore namedPipeShare, string serverName, ShareType? shareType, out NTStatus status)

View file

@ -60,7 +60,7 @@ namespace SMBLibrary.Client
} }
/// <param name="serverName"> /// <param name="serverName">
/// When a Windows Server host is using Failover Cluster & Cluster Shared Volumes, each of those CSV file shares is associated /// When a Windows Server host is using Failover Cluster and Cluster Shared Volumes, each of those CSV file shares is associated
/// with a specific host name associated with the cluster and is not accessible using the node IP address or node host name. /// with a specific host name associated with the cluster and is not accessible using the node IP address or node host name.
/// </param> /// </param>
public bool Connect(string serverName, SMBTransportType transport) public bool Connect(string serverName, SMBTransportType transport)