TsgcWSPClient_FilesProperties › Guid

Guid Property

Identifier used by the server to route file-protocol traffic to this client instance.

Syntax

property Guid: String read FGuid write FGuid;

Default Value

Remarks

Set this before connecting to target a specific server-side subprotocol Guid; leave empty to accept the default. Mainly used when several file subprotocol instances coexist on the same server and must be addressed individually for SendFile or Subscribe calls.

Example

oProtocol.Guid := '{A1B2C3D4-0000-0000-0000-000000000001}';

Back to Properties