Skip to content

Commit f182a42

Browse files
committed
wip: 增加 IWebProxy 接口
1 parent 105dc70 commit f182a42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/BootstrapBlazor/Services/IHtml2Pdf.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ namespace BootstrapBlazor.Components;
1212
/// </summary>
1313
public interface IHtml2Pdf
1414
{
15-
/// <summary>
16-
/// 获得/设置 WebProxy 对象用于网络请求代理
17-
/// <para>Get or set the WebProxy object for network request proxy</para>
18-
/// </summary>
19-
public IWebProxy WebProxy { get; set; }
15+
///// <summary>
16+
///// 获得/设置 WebProxy 对象用于网络请求代理
17+
///// <para>Get or set the WebProxy object for network request proxy</para>
18+
///// </summary>
19+
//public IWebProxy? WebProxy { get; set; }
2020

2121
/// <summary>
2222
/// Export method

0 commit comments

Comments
 (0)