Class Connection
The abstract base Connection class.
Implements
Inherited Members
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public abstract class Connection : VipsObject, IDisposable
Methods
GetFileName()
Get the filename associated with a connection. Return null if there is no associated file.
Declaration
public string GetFileName()
Returns
Type | Description |
---|---|
string | The filename associated with this connection or null. |
GetNick()
Make a human-readable name for a connection suitable for error messages.
Declaration
public string GetNick()
Returns
Type | Description |
---|---|
string | The human-readable name for this connection. |