예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CefNetWebRequest"/> class.
 /// </summary>
 /// <param name="authentication">
 /// Provides the base authentication interface for retrieving credentials.
 /// </param>
 public CefNetWebRequest(ICefNetCredentialProvider authentication)
 {
     _activeOperation = null;
     _authentication  = authentication;
 }