This document is archived and information here might be outdated. Recommended version. |
Save the packet to a file.
[Visual Basic .NET]
Public Sub SaveFile ( _
ByVal Filename As String _
)
[C#]
public void SaveFile (
string Filename
);