InternalRemotingServices Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines utility methods for use by the .NET Framework remoting infrastructure.
public ref class InternalRemotingServices
public class InternalRemotingServices
[System.Runtime.InteropServices.ComVisible(true)]
public class InternalRemotingServices
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class InternalRemotingServices
type InternalRemotingServices = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type InternalRemotingServices = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type InternalRemotingServices = class
Public Class InternalRemotingServices
- Inheritance
-
InternalRemotingServices
- Attributes
Remarks
You do not need to call the static
methods of the InternalRemotingServices class.
Constructors
InternalRemotingServices() |
Creates an instance of InternalRemotingServices. |
Methods
DebugOutChnl(String) |
Sends a message concerning a remoting channel to an unmanaged debugger. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetCachedSoapAttribute(Object) |
Gets an appropriate SOAP-related attribute for the specified class member or method parameter. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
RemotingAssert(Boolean, String) |
Instructs an internal debugger to check for a condition and display a message if the condition is |
RemotingTrace(Object[]) |
Sends any number of messages concerning remoting channels to an internal debugger. |
SetServerIdentity(MethodCall, Object) |
Sets internal identifying information for a remoted server object for each method call from client to server. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |