Update src/Servers/Kestrel/Transport.Sockets/src/SocketsStrings.resx
This commit is contained in:
parent
d299dff853
commit
4bb8a79efb
|
|
@ -118,7 +118,7 @@
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="FileHandleEndPointNotSupported" xml:space="preserve">
|
<data name="FileHandleEndPointNotSupported" xml:space="preserve">
|
||||||
<value>The Socket transport does not support FileHandleEndPoints. Consider using the libuv transport instead.</value>
|
<value>The Socket transport does not support binding to file handles. Consider using the libuv transport instead.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OnlyIPEndPointsSupported" xml:space="preserve">
|
<data name="OnlyIPEndPointsSupported" xml:space="preserve">
|
||||||
<value>Only ListenType.IPEndPoint is supported by the Socket Transport. https://go.microsoft.com/fwlink/?linkid=874850</value>
|
<value>Only ListenType.IPEndPoint is supported by the Socket Transport. https://go.microsoft.com/fwlink/?linkid=874850</value>
|
||||||
|
|
@ -126,4 +126,4 @@
|
||||||
<data name="TransportAlreadyBound" xml:space="preserve">
|
<data name="TransportAlreadyBound" xml:space="preserve">
|
||||||
<value>Transport is already bound.</value>
|
<value>Transport is already bound.</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue