LoadSchemasFromInternet

GmlLoadOptions.LoadSchemasFromInternet property

Determines whether Conversion is allowed to load XML schema from Internet. If set to false, schemas with absolute URIs that does not start with ‘file://’ would not be loaded. Default is false.

public bool LoadSchemasFromInternet { get; set; }

See Also