Exemple #1
0
 /// <summary>
 /// Binds to a local endpoint. This method is not normally used.
 /// </summary>
 /// <remarks>
 /// <para>This method may not be called after <see cref="O:Nito.Async.Sockets.ClientTcpSocket.ConnectAsync"/>.</para>
 /// </remarks>
 /// <param name="bindTo">The local endpoint.</param>
 public void Bind(IPEndPoint bindTo)
 {
     Socket.Bind(bindTo);
 }