C# Class System.Runtime.Remoting.Channels.CoreChannel

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
AppendProviderToClientProviderChain void
CleanupUrlBashingForIisSslIfNecessary void
CollectChannelDataFromServerSinkProviders void
CreateBinaryFormatter System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
CreateSoapFormatter System.Runtime.Serialization.Formatters.Soap.SoapFormatter
DebugException void
DebugMessage void
DebugOut void
DebugOutXMLStream void
DebugStream void
DecodeMachineName String
DeserializeBinaryRequestMessage IMessage
DeserializeBinaryResponseMessage IMessage
DeserializeMessage IMessage
DeserializeMessage IMessage
DeserializeSoapRequestMessage IMessage
DeserializeSoapResponseMessage IMessage
DetermineChannelProtocol SinkChannelProtocol
GetHostName String
GetMachineAddress System.Net.IPAddress
GetMachineIp String
GetMachineName String
GetMessagePropertiesAsSoapHeader System.Runtime.Remoting.Messaging.Header[]
GetResourceString String
GetSoapHeaders System.Runtime.Remoting.Messaging.Header[]
InitResourceManager System.Resources.ResourceManager
IsLocalIpAddress bool
IsLocalIpAddress bool
MimeTypeToFormatter IRemotingFormatter
RemoveApplicationNameFromUri String
ReportUnknownProviderConfigProperty void
SerializeBinaryMessage Stream
SerializeBinaryMessage void
SerializeMessage Stream
SerializeMessage void
SerializeSoapMessage Stream
SerializeSoapMessage void
SetupUrlBashingForIisSslIfNecessary bool
VerifyNoProviderData void

Private Methods

Method Description
AppendProviderToClientProviderChain ( IClientChannelSinkProvider providerChain, IClientChannelSinkProvider provider ) : void
CleanupUrlBashingForIisSslIfNecessary ( bool bBashedUrl ) : void
CollectChannelDataFromServerSinkProviders ( ChannelDataStore channelData, IServerChannelSinkProvider provider ) : void
CreateBinaryFormatter ( bool serialize, bool includeVersionsOrStrictBinding ) : BinaryFormatter
CreateSoapFormatter ( bool serialize, bool includeVersions ) : SoapFormatter
DebugException ( String name, Exception e ) : void
DebugMessage ( IMessage msg ) : void
DebugOut ( String s ) : void
DebugOutXMLStream ( Stream stm, String tag ) : void
DebugStream ( Stream stm ) : void
DecodeMachineName ( String machineName ) : String
DeserializeBinaryRequestMessage ( String objectUri, Stream inputStream, bool bStrictBinding, TypeFilterLevel securityLevel ) : IMessage
DeserializeBinaryResponseMessage ( Stream inputStream, IMethodCallMessage reqMsg, bool bStrictBinding ) : IMessage
DeserializeMessage ( String mimeType, Stream xstm, bool methodRequest, IMessage msg ) : IMessage
DeserializeMessage ( String mimeType, Stream xstm, bool methodRequest, IMessage msg, Header h ) : IMessage
DeserializeSoapRequestMessage ( Stream inputStream, Header h, bool bStrictBinding, TypeFilterLevel securityLevel ) : IMessage
DeserializeSoapResponseMessage ( Stream inputStream, IMessage requestMsg, Header h, bool bStrictBinding ) : IMessage
DetermineChannelProtocol ( IChannel channel ) : SinkChannelProtocol
GetHostName ( ) : String
GetMachineAddress ( IPHostEntry host, AddressFamily addressFamily ) : IPAddress
GetMachineIp ( ) : String
GetMachineName ( ) : String
GetMessagePropertiesAsSoapHeader ( IMessage reqMsg ) : System.Runtime.Remoting.Messaging.Header[]
GetResourceString ( String key ) : String
GetSoapHeaders ( IMessage reqMsg ) : System.Runtime.Remoting.Messaging.Header[]
InitResourceManager ( ) : ResourceManager
IsLocalIpAddress ( IPAddress remoteAddress ) : bool
IsLocalIpAddress ( IPHostEntry host, AddressFamily addressFamily, IPAddress remoteAddress ) : bool
MimeTypeToFormatter ( String mimeType, bool serialize ) : IRemotingFormatter
RemoveApplicationNameFromUri ( String uri ) : String
ReportUnknownProviderConfigProperty ( String providerTypeName, String propertyName ) : void
SerializeBinaryMessage ( IMessage msg, bool includeVersions ) : Stream
SerializeBinaryMessage ( IMessage msg, Stream outputStream, bool includeVersions ) : void
SerializeMessage ( String mimeType, IMessage msg, bool includeVersions ) : Stream
SerializeMessage ( String mimeType, IMessage msg, Stream outputStream, bool includeVersions ) : void
SerializeSoapMessage ( IMessage msg, bool includeVersions ) : Stream
SerializeSoapMessage ( IMessage msg, Stream outputStream, bool includeVersions ) : void
SetupUrlBashingForIisSslIfNecessary ( ) : bool
VerifyNoProviderData ( String providerTypeName, ICollection providerData ) : void