Method | Description | |
---|---|---|
GetIntPtr ( ) : IntPtr | ||
RefreshComplete ( uint hRequest, uint response ) : void | ||
ServerFailedToRespond ( uint hRequest, int iServer ) : void | ||
ServerResponded ( uint hRequest, int iServer ) : void |
public abstract RefreshComplete ( uint hRequest, uint response ) : void | ||
hRequest | uint | |
response | uint | |
return | void |
public abstract ServerFailedToRespond ( uint hRequest, int iServer ) : void | ||
hRequest | uint | |
iServer | int | |
return | void |
public abstract ServerResponded ( uint hRequest, int iServer ) : void | ||
hRequest | uint | |
iServer | int | |
return | void |