📄 app.config
字号:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.serviceModel>
<bindings>
<netTcpBinding>
<binding name="NewBinding0" maxReceivedMessageSize="1073741824" transferMode="Streamed" />
</netTcpBinding>
</bindings>
<services>
<service name="FileService2.FileSave">
<endpoint address="FileSave" binding="netTcpBinding" bindingConfiguration="NewBinding0"
name="FileSaveName" contract="FileInterface.IFileInterface" />
<host>
<baseAddresses>
<add baseAddress="net.tcp://localhost:8000/service" />
</baseAddresses>
</host>
</service>
</services>
</system.serviceModel>
</configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -