diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-F79A3DD7-DB91-545F-8165-F1F2DD6D0AD2.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-F79A3DD7-DB91-545F-8165-F1F2DD6D0AD2.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,15 @@ + + + + + +Creating an Implicitly Bound SocketThis topic describes how create an implicitly bound socket. Implicit binding example

Client B creates a socket with implicit binding without specifying the interface connection.

+server = RSocketServ.Connect(); +socket1 = RSocket.Open(server); +

ESock creates the socket within the default connection and subconnection.

Socket Binding
\ No newline at end of file