Table of Contents
EngineOptions.RegisterCustomSchemes Method 

Registers one or more protocoal schemes.

Syntax
 public void RegisterCustomSchemes(
   params string[] schemes
);

Parameters

schemes
One or more custom protocol schemes.
Remarks

See custom resource handler for more information on how to use this method.

See Also