如何生成.cap文件 [英] how to generate .cap file

查看:400
本文介绍了如何生成.cap文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用c#生成.cap文件。

I want to generate .cap file using c#.

推荐答案

尝试使用此代码: -

try using this code:-
using System.IO;

StreamWriter sw = new StreamWriter("filename.cap", false, Encoding.GetEncoding("windows-1251"));
sw.WriteLine("092348343403");
sw.Close();



有很多类型的文件cap扩展一些是:


there are many type of files with "cap" extensions some are :

file extension cap ProComm/Telix session capture file
file extension cap Capture file
file extension cap Agilent LAN Analyser capture file
file extension cap PacketView Pro packet trace data file
file extension cap ASUS BIOS archive file



搜索所需的网络结构





[Agent_Spock]

- 添加代码括号

- 编辑答案的格式


search in web structure of needed


[Agent_Spock]
- Added Code Brackets
- Edited the format of the answer


这篇关于如何生成.cap文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆