Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WebDavManager"/> class.
 /// </summary>
 /// <param name="credential">The credential.</param>
 public WebDavManager(WebDavCredential credential)
 {
     client = new WebClient.WebClient ();
     Credential = credential;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WebDavManager"/> class.
 /// </summary>
 /// <param name="credential">The credential.</param>
 public WebDavManager(WebDavCredential credential)
 {
     client     = new WebClient.WebClient();
     Credential = credential;
 }