DdeServer.OnBeforeConnect Method

NDde

Dynamic Data Exchange Library for .NET

DdeServer.OnBeforeConnect Method 

This is invoked when a client attempts to establish a conversation.

protected virtual bool OnBeforeConnect(
   String topic
);

Parameters

topic
The topic name associated with this event.

Return Value

True to allow the connection, false otherwise.

Remarks

The default implementation accepts all connections.

See Also

DdeServer Class | NDde.Server Namespace