コード例 #1
0
ファイル: PhpCurlResource.cs プロジェクト: Ashod/Phalanger
 /// <summary>
 /// Initialize a new handle of cURL session
 /// </summary>
 public PhpCurlResource()
     : base("Curl")
 {
     data = new UserDefined();
     handler = CurlHandler.Create(CurlProto.HTTP);// for now we just support HTTP handeling
 }