Skip to content

Commit 572dfc5

Browse files
authored
public repo edit
1 parent e54dfc2 commit 572dfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-amqp-protocol-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Clients that use AMQP connections over TCP require ports 5671 and 5672 to be ope
8484

8585
![List of destination ports][4]
8686

87-
A .NET client would fail with a socketexception ("An attempt was made to access a socket in a way forbidden by its access permissions") if these ports are blocked by the firewall. The feature can be disabled by setting `EnableAmqpLinkRedirect=false` in the connectiong string, which forces the clients to communicate with the remote service over port 5671.
87+
A .NET client would fail with a SocketException ("An attempt was made to access a socket in a way forbidden by its access permissions") if these ports are blocked by the firewall. The feature can be disabled by setting `EnableAmqpLinkRedirect=false` in the connectiong string, which forces the clients to communicate with the remote service over port 5671.
8888

8989

9090
### Links

0 commit comments

Comments
 (0)