Package system.net
Class HttpWebRequest
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.net.WebRequest
-
- system.net.HttpWebRequest
-
- All Implemented Interfaces:
IJCOBridgeReflected
,ISerializable
public class HttpWebRequest extends WebRequest
The base .NET class managing System.Net.HttpWebRequest, System.Net.Requests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.HttpWebRequest
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Net.Requests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic String
assemblyShortName
Assembly name: System.Net.Requestsstatic String
className
Qualified class name: System.Net.HttpWebRequeststatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpWebRequest()
HttpWebRequest(Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.net.WebRequest
Create, Create, CreateDefault, CreateHttp, CreateHttp, getAuthenticationLevel, getCachePolicy, getConnectionGroupName, getContentLength, getContentType, getCredentials, getDefaultWebProxy, getHeaders, getImpersonationLevel, getMethod, GetObjectData, getPreAuthenticate, getProxy, getRequestUri, GetSystemWebProxy, getTimeout, getUseDefaultCredentials, RegisterPrefix, setAuthenticationLevel, setCachePolicy, setConnectionGroupName, setContentLength, setContentType, setCredentials, setDefaultWebProxy, setHeaders, setImpersonationLevel, setMethod, setPreAuthenticate, setProxy, setTimeout, setUseDefaultCredentials
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Net.Requests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Net.Requests- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Net.HttpWebRequest- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceISerializable
- Overrides:
getJCOAssemblyName
in classWebRequest
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceISerializable
- Overrides:
getJCOClassName
in classWebRequest
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceISerializable
- Overrides:
getJCOObjectName
in classWebRequest
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceISerializable
- Overrides:
getJCOInstance
in classWebRequest
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classWebRequest
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceISerializable
- Overrides:
getJCOType
in classWebRequest
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HttpWebRequest cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpWebRequest
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpWebRequest
instance- Throws:
Throwable
- in case of error during cast operation
-
BeginGetRequestStream
public IAsyncResult BeginGetRequestStream(AsyncCallback callback, NetObject state) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, WebException, CultureNotFoundException, OutOfMemoryException, ExternalException, ProtocolViolationException, FormatException, EventSourceException, TaskSchedulerException, ObjectDisposedException
- Overrides:
BeginGetRequestStream
in classWebRequest
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
WebException
CultureNotFoundException
OutOfMemoryException
ExternalException
ProtocolViolationException
FormatException
EventSourceException
TaskSchedulerException
ObjectDisposedException
-
BeginGetResponse
public IAsyncResult BeginGetResponse(AsyncCallback callback, NetObject state) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, WebException, OutOfMemoryException, FormatException, IndexOutOfRangeException, EventSourceException, TaskSchedulerException, ObjectDisposedException
- Overrides:
BeginGetResponse
in classWebRequest
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
WebException
OutOfMemoryException
FormatException
IndexOutOfRangeException
EventSourceException
TaskSchedulerException
ObjectDisposedException
-
EndGetRequestStream
public Stream EndGetRequestStream(IAsyncResult asyncResult, JCORefOut<TransportContext> context) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException
-
EndGetRequestStream
public Stream EndGetRequestStream(IAsyncResult asyncResult) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, WebException, FormatException, EventSourceException, OutOfMemoryException, TaskSchedulerException, ObjectDisposedException, OperationCanceledException, TaskCanceledException, AggregateException
- Overrides:
EndGetRequestStream
in classWebRequest
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
WebException
FormatException
EventSourceException
OutOfMemoryException
TaskSchedulerException
ObjectDisposedException
OperationCanceledException
TaskCanceledException
AggregateException
-
GetRequestStream
public Stream GetRequestStream() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, WebException, CultureNotFoundException, OutOfMemoryException, ExternalException, ArgumentOutOfRangeException, ProtocolViolationException, InvalidOperationException, TaskSchedulerException, ObjectDisposedException, OperationCanceledException, FormatException
- Overrides:
GetRequestStream
in classWebRequest
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
WebException
CultureNotFoundException
OutOfMemoryException
ExternalException
ArgumentOutOfRangeException
ProtocolViolationException
InvalidOperationException
TaskSchedulerException
ObjectDisposedException
OperationCanceledException
FormatException
-
GetRequestStream
public Stream GetRequestStream(JCORefOut<TransportContext> context) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException
-
EndGetResponse
public WebResponse EndGetResponse(IAsyncResult asyncResult) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, WebException, FormatException, EventSourceException, OutOfMemoryException, TaskSchedulerException, ObjectDisposedException, OperationCanceledException, TaskCanceledException, AggregateException
- Overrides:
EndGetResponse
in classWebRequest
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
WebException
FormatException
EventSourceException
OutOfMemoryException
TaskSchedulerException
ObjectDisposedException
OperationCanceledException
TaskCanceledException
AggregateException
-
GetResponse
public WebResponse GetResponse() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, EventSourceException, OutOfMemoryException, InvalidOperationException, TaskSchedulerException, ArgumentOutOfRangeException, ObjectDisposedException, OperationCanceledException, TaskCanceledException, AggregateException
- Overrides:
GetResponse
in classWebRequest
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
EventSourceException
OutOfMemoryException
InvalidOperationException
TaskSchedulerException
ArgumentOutOfRangeException
ObjectDisposedException
OperationCanceledException
TaskCanceledException
AggregateException
-
Abort
public void Abort() throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, InvalidOperationException, ObjectDisposedException, AggregateException
-
AddRange
public void AddRange(int from, int to) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException, OutOfMemoryException, ExternalException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
FormatException
OutOfMemoryException
ExternalException
-
AddRange
public void AddRange(int range) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException, OutOfMemoryException, ExternalException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
FormatException
OutOfMemoryException
ExternalException
-
AddRange
public void AddRange(long from, long to) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException, OutOfMemoryException, ExternalException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
FormatException
OutOfMemoryException
ExternalException
-
AddRange
public void AddRange(long range) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException, OutOfMemoryException, ExternalException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
FormatException
OutOfMemoryException
ExternalException
-
AddRange
public void AddRange(String rangeSpecifier, int from, int to) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException, OutOfMemoryException, ExternalException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
FormatException
OutOfMemoryException
ExternalException
-
AddRange
public void AddRange(String rangeSpecifier, int range) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException, OutOfMemoryException, ExternalException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
FormatException
OutOfMemoryException
ExternalException
-
AddRange
public void AddRange(String rangeSpecifier, long from, long to) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, ExternalException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
FormatException
OutOfMemoryException
ExternalException
-
AddRange
public void AddRange(String rangeSpecifier, long range) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, ExternalException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
FormatException
OutOfMemoryException
ExternalException
-
setAllowAutoRedirect
public void setAllowAutoRedirect(boolean AllowAutoRedirect) throws Throwable
- Throws:
Throwable
-
getAllowReadStreamBuffering
public boolean getAllowReadStreamBuffering() throws Throwable
- Throws:
Throwable
-
setAllowReadStreamBuffering
public void setAllowReadStreamBuffering(boolean AllowReadStreamBuffering) throws Throwable
- Throws:
Throwable
-
getAllowWriteStreamBuffering
public boolean getAllowWriteStreamBuffering() throws Throwable
- Throws:
Throwable
-
setAllowWriteStreamBuffering
public void setAllowWriteStreamBuffering(boolean AllowWriteStreamBuffering) throws Throwable
- Throws:
Throwable
-
setSendChunked
public void setSendChunked(boolean SendChunked) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException
-
getSupportsCookieContainer
public boolean getSupportsCookieContainer() throws Throwable
- Throws:
Throwable
-
getUnsafeAuthenticatedConnectionSharing
public boolean getUnsafeAuthenticatedConnectionSharing() throws Throwable
- Throws:
Throwable
-
setUnsafeAuthenticatedConnectionSharing
public void setUnsafeAuthenticatedConnectionSharing(boolean UnsafeAuthenticatedConnectionSharing) throws Throwable
- Throws:
Throwable
-
setContinueTimeout
public void setContinueTimeout(int ContinueTimeout) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException
-
getDefaultMaximumErrorResponseLength
public static int getDefaultMaximumErrorResponseLength() throws Throwable
- Throws:
Throwable
-
setDefaultMaximumErrorResponseLength
public static void setDefaultMaximumErrorResponseLength(int DefaultMaximumErrorResponseLength) throws Throwable
- Throws:
Throwable
-
getDefaultMaximumResponseHeadersLength
public static int getDefaultMaximumResponseHeadersLength() throws Throwable
- Throws:
Throwable
-
setDefaultMaximumResponseHeadersLength
public static void setDefaultMaximumResponseHeadersLength(int DefaultMaximumResponseHeadersLength) throws Throwable
- Throws:
Throwable
-
getMaximumAutomaticRedirections
public int getMaximumAutomaticRedirections() throws Throwable
- Throws:
Throwable
-
setMaximumAutomaticRedirections
public void setMaximumAutomaticRedirections(int MaximumAutomaticRedirections) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException
-
getMaximumResponseHeadersLength
public int getMaximumResponseHeadersLength() throws Throwable
- Throws:
Throwable
-
setMaximumResponseHeadersLength
public void setMaximumResponseHeadersLength(int MaximumResponseHeadersLength) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException
-
setReadWriteTimeout
public void setReadWriteTimeout(int ReadWriteTimeout) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException
-
getDate
public DateTime getDate() throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, OutOfMemoryException, IndexOutOfRangeException, OverflowException, FormatException, CultureNotFoundException, ProtocolViolationException
-
setDate
public void setDate(DateTime Date) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidTimeZoneException, SecurityException, UnauthorizedAccessException, IOException, OverflowException, FormatException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
PlatformNotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidTimeZoneException
SecurityException
UnauthorizedAccessException
IOException
OverflowException
FormatException
-
getIfModifiedSince
public DateTime getIfModifiedSince() throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, OutOfMemoryException, IndexOutOfRangeException, OverflowException, FormatException, CultureNotFoundException, ProtocolViolationException
-
setIfModifiedSince
public void setIfModifiedSince(DateTime IfModifiedSince) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidTimeZoneException, SecurityException, UnauthorizedAccessException, IOException, OverflowException, FormatException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
PlatformNotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidTimeZoneException
SecurityException
UnauthorizedAccessException
IOException
OverflowException
FormatException
-
getDefaultCachePolicy
public static RequestCachePolicy getDefaultCachePolicy() throws Throwable
- Throws:
Throwable
-
setDefaultCachePolicy
public static void setDefaultCachePolicy(RequestCachePolicy DefaultCachePolicy) throws Throwable
- Throws:
Throwable
-
getCookieContainer
public CookieContainer getCookieContainer() throws Throwable
- Throws:
Throwable
-
setCookieContainer
public void setCookieContainer(CookieContainer CookieContainer) throws Throwable
- Throws:
Throwable
-
getAutomaticDecompression
public DecompressionMethods getAutomaticDecompression() throws Throwable
- Throws:
Throwable
-
setAutomaticDecompression
public void setAutomaticDecompression(DecompressionMethods AutomaticDecompression) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException
-
getContinueDelegate
public HttpContinueDelegate getContinueDelegate() throws Throwable
- Throws:
Throwable
-
setContinueDelegate
public void setContinueDelegate(HttpContinueDelegate ContinueDelegate) throws Throwable
- Throws:
Throwable
-
getServerCertificateValidationCallback
public RemoteCertificateValidationCallback getServerCertificateValidationCallback() throws Throwable
- Throws:
Throwable
-
setServerCertificateValidationCallback
public void setServerCertificateValidationCallback(RemoteCertificateValidationCallback ServerCertificateValidationCallback) throws Throwable
- Throws:
Throwable
-
getServicePoint
public ServicePoint getServicePoint() throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, UriFormatException, NotSupportedException, OutOfMemoryException, InvalidTimeZoneException, OverflowException, SecurityException, RankException, ArrayTypeMismatchException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
IndexOutOfRangeException
PlatformNotSupportedException
UriFormatException
NotSupportedException
OutOfMemoryException
InvalidTimeZoneException
OverflowException
SecurityException
RankException
ArrayTypeMismatchException
-
getClientCertificates
public X509CertificateCollection getClientCertificates() throws Throwable
- Throws:
Throwable
-
setClientCertificates
public void setClientCertificates(X509CertificateCollection ClientCertificates) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
getAccept
public String getAccept() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, OutOfMemoryException, ArrayTypeMismatchException
-
setAccept
public void setAccept(String Accept) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getConnection
public String getConnection() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, OutOfMemoryException, ArrayTypeMismatchException
-
setConnection
public void setConnection(String Connection) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException
-
getExpect
public String getExpect() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, OutOfMemoryException, ArrayTypeMismatchException
-
setExpect
public void setExpect(String Expect) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException
-
getHost
public String getHost() throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, UriFormatException, OutOfMemoryException
-
setHost
public void setHost(String Host) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, UriFormatException
-
getReferer
public String getReferer() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, OutOfMemoryException, ArrayTypeMismatchException
-
setReferer
public void setReferer(String Referer) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getTransferEncoding
public String getTransferEncoding() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, OutOfMemoryException, ArrayTypeMismatchException
-
setTransferEncoding
public void setTransferEncoding(String TransferEncoding) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException
-
getUserAgent
public String getUserAgent() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, OutOfMemoryException, ArrayTypeMismatchException
-
setUserAgent
public void setUserAgent(String UserAgent) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
setProtocolVersion
public void setProtocolVersion(Version ProtocolVersion) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException
-
-