BlackBerry Dynamics for .NET Maui
12.1.1.5
Runtime library for .NET Maui applications
|
Interface containing methods for creating IBBDSocket. More...
Public Member Functions | |
IBBDSocket | CreateBBDSocket (string url, int port, int bufferSize) |
Creates BBD socket. More... | |
IBBDSocket | CreateSecureBBDSocket (string url, int port, int bufferSize) |
Creates secure BBD socket. More... | |
Interface containing methods for creating IBBDSocket.
IBBDSocket BBDXamarinForms.Common.Interfaces.Networking.Sockets.IBBDSocketFactory.CreateBBDSocket | ( | string | url, |
int | port, | ||
int | bufferSize | ||
) |
Creates BBD socket.
url | String containing the address of the server. Can be either an Internet Protocol address (IP address, for example "192.168.1.10"), or a fully qualified domain name (for example "www.example.com"). |
port | Number of the server port to which the socket will connect. |
bufferSize | The size of buffer into which the data is read. |
IBBDSocket BBDXamarinForms.Common.Interfaces.Networking.Sockets.IBBDSocketFactory.CreateSecureBBDSocket | ( | string | url, |
int | port, | ||
int | bufferSize | ||
) |
Creates secure BBD socket.
url | String containing the address of the server. Can be either an Internet Protocol address (IP address, for example "192.168.1.10"), or a fully qualified domain name (for example "www.example.com"). |
port | Number of the server port to which the socket will connect. |
bufferSize | The size of buffer into which the data is read. |