ProtocolMessageFilter Constructor |
Namespace: Aspose.Html.Net.MessageFiltersAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public ProtocolMessageFilter(
params string[] protocols
)
Public Sub New (
ParamArray protocols As String()
)
public:
ProtocolMessageFilter(
... array<String^>^ protocols
)
new :
protocols : string[] -> ProtocolMessageFilter
Parameters
- protocols
- Type: SystemString
The protocols.
See Also