Interface ProxyResolver
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public interface ProxyResolver
Properties
Handle
ObjectHandle Handle { get; }
Property Value
- ObjectHandle
Methods
IsSupported()
[Version("2.26")]
bool IsSupported()
Returns
- bool
Lookup(string, Cancellable?)
[Version("2.26")]
string[] Lookup(string uri, Cancellable? cancellable)
Parameters
uri
string
cancellable
Cancellable
Returns
- string[]
LookupFinish(AsyncResult)
[Version("2.26")]
string[] LookupFinish(AsyncResult result)
Parameters
result
AsyncResult
Returns
- string[]