'Declaration
Public Overloads Sub SendToServerAsync( _ ByVal sessions As SessionCriteria, _ ByVal applicationKey As String, _ ByVal markAsRead As Boolean, _ ByVal server As String, _ ByVal port As Integer, _ ByVal useSsl As Boolean, _ ByVal applicationBaseDirectory As String _ )
public void SendToServerAsync( SessionCriteria sessions, string applicationKey, bool markAsRead, string server, int port, bool useSsl, string applicationBaseDirectory )
Parameters
- sessions
- The set of match rules to apply to sessions to determine what to send.
- applicationKey
- The application key to use to communicate with the Loupe Server
- markAsRead
- True to have every included session marked as read upon successful completion.
- server
- The full DNS name of the server where the service is located.
- port
- An optional port number override for the server.
- useSsl
- Indicates if the connection should be encrypted with Ssl.
- applicationBaseDirectory
- The virtual directory on the host for the server.