Update src/Servers/Kestrel/Transport.Sockets/src/SocketsStrings.resx

This commit is contained in:
Stephen Halter 2019-08-12 19:28:29 -07:00 committed by GitHub
parent d299dff853
commit 4bb8a79efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<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 name="OnlyIPEndPointsSupported" xml:space="preserve">
<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">
<value>Transport is already bound.</value>
</data>
</root>
</root>