Method | Description | |
---|---|---|
ClearCookieContainer ( ) : void | ||
GetAttachmentFullPath ( String referenceUrl ) : String | ||
GetConfigFileBinaryData ( ) : byte[] |
Default method, to be overrided by platform implementation.
|
|
GetDirectoryRoot ( ) : String | ||
GetDirectoryRoot ( ) : Task |
||
GetService ( string name ) : Unity.Core.IO.IOService |
Get the IO Service that matches the given name.
|
|
GetService ( string name, ServiceType type ) : Unity.Core.IO.IOService |
Get the IO Service that matches the given name and type.
|
|
GetService ( string name ) : Task |
||
GetService ( string name, ServiceType type ) : Task |
||
GetServices ( ) : Unity.Core.IO.IOService[] |
|
|
GetServices ( ) : Task |
||
InvokeService ( |
|
|
InvokeService ( |
Invokes service, given its name, using the provided request.
|
|
InvokeService ( |
Invokes service, given its name and type, using the provided request.
|
|
InvokeService ( |
||
InvokeService ( |
||
InvokeService ( |
||
InvokeService ( |
||
InvokeService ( |
||
InvokeService ( |
||
InvokeService ( |
||
InvokeService ( |
||
InvokeService ( |
||
InvokeServiceForBinary ( |
||
InvokeServiceForBinary ( |
Invokes a service for getting a big binary, storing it into filesystem and returning the reference url. Only OCTET_BINARY service types are allowed.
|
|
ValidateWebCertificates ( object sender, |
Callback to accept all certificates
|
|
WriteMultipartFormData_FromFile ( |
Method | Description | |
---|---|---|
LoadServicesConfig ( ) : void |
|
|
removeFingerprints ( ) : void | ||
removePublicKeys ( ) : void |
Method | Description | |
---|---|---|
AbstractIO ( ) : System | ||
BuildMultipartWebRequest ( |
||
BuildWebRequest ( |
||
CheckInvokeTimeout ( object requestObject ) : void |
Checks the invoke timeout.
|
|
CreateFormDataBoundary ( ) : string |
Creates a multipart/form-data boundary.
|
|
FormatRequestUriString ( |
||
ReadWebResponse ( |
||
ReadWebResponseAndStore ( |
||
WriteMultipartFormData_FromDict ( string>.Dictionary |
public abstract GetAttachmentFullPath ( String referenceUrl ) : String | ||
referenceUrl | String | |
return | String |
public abstract GetDirectoryRoot ( ) : String | ||
return | String |
public GetService ( string name ) : Unity.Core.IO.IOService | ||
name | string | Service name to match. |
return | Unity.Core.IO.IOService |
public GetService ( string name, ServiceType type ) : Unity.Core.IO.IOService | ||
name | string | Service name to match. |
type | ServiceType | Service type to match. |
return | Unity.Core.IO.IOService |
public abstract GetService ( string name ) : Task |
||
name | string | |
return | Task |
public abstract GetService ( string name, ServiceType type ) : Task |
||
name | string | |
type | ServiceType | |
return | Task |
public GetServices ( ) : Unity.Core.IO.IOService[] | ||
return | Unity.Core.IO.IOService[] |
public InvokeService ( |
||
request | ||
service | Unity.Core.IO.IOService | |
return | Unity.Core.IO.IOResponse |
public InvokeService ( |
||
request | IO request. | |
serviceName | string | Service Name. |
return | Unity.Core.IO.IOResponse |
public InvokeService ( |
||
request | IO request. | |
serviceName | string | |
type | ServiceType | |
return | Unity.Core.IO.IOResponse |
public InvokeService ( |
||
request | ||
service | Unity.Core.IO.IOService | |
handler | IOResponseHandler | |
return | Unity.Core.IO.IOResponseHandle |
public InvokeService ( |
||
request | ||
serviceName | string | |
handler | IOResponseHandler | |
return | Unity.Core.IO.IOResponseHandle |
public InvokeService ( |
||
request | ||
serviceName | string | |
type | ServiceType | |
handler | IOResponseHandler | |
return | Unity.Core.IO.IOResponseHandle |
public abstract InvokeService ( |
||
request | ||
service | Unity.Core.IO.IOService | |
return | Task |
public abstract InvokeService ( |
||
request | ||
serviceName | string | |
return | Task |
public abstract InvokeService ( |
||
request | ||
serviceName | string | |
type | ServiceType | |
return | Task |
public abstract InvokeService ( |
||
request | ||
service | Unity.Core.IO.IOService | |
handler | IOResponseHandler | |
return | Task |
public abstract InvokeService ( |
||
request | ||
serviceName | string | |
handler | IOResponseHandler | |
return | Task |
public abstract InvokeService ( |
||
request | ||
serviceName | string | |
type | ServiceType | |
handler | IOResponseHandler | |
return | Task |
public abstract InvokeServiceForBinary ( |
||
request | ||
service | Unity.Core.IO.IOService | |
storePath | string | |
return | Task |
public InvokeServiceForBinary ( |
||
request | Request. | |
service | Unity.Core.IO.IOService | Service. |
storePath | string | Store path. |
return | string |
public ValidateWebCertificates ( object sender, |
||
sender | object | /// Sender. /// |
certificate | /// Certificate. /// | |
chain | /// Chain. /// | |
sslPolicyErrors | SslPolicyErrors | /// Ssl policy errors. /// |
return | bool |
public WriteMultipartFormData_FromFile ( |
||
file | ||
stream | Stream | |
mimeBoundary | string | |
mimeType | string | |
formKey | string | |
return | void |