Training
Certifications
Books
Special Offers
Community




 
Microsoft® .NET Framework 1.1 Class Library Reference Volumes 1-4: System
Author Microsoft Corporation
Pages 8000
Disk N/A
Level All Levels
Published 02/12/2003
ISBN 9780735615557
Price $149.99
To see this book's discounted price, select a reseller below.
 

More Information

About the Book
Table of Contents
Sample Chapter
Related Series
Related Books
About the Author

Support: Book & CD

Rate this book
Barnes Noble Amazon Quantum Books

 

Table of Contents


Document Conventionsxciii
System.Runtime.Remoting Namespace1
    ActivatedClientTypeEntry Class1
        ActivatedClientTypeEntry Constructor2
            ActivatedClientTypeEntry Constructor (Type, String)2
            ActivatedClientTypeEntry Constructor (String, String, String)2
        Properties3
            ActivatedClientTypeEntry.ApplicationUrl Property3
            ActivatedClientTypeEntry.ContextAttributes Property3
            ActivatedClientTypeEntry.ObjectType Property3
        Methods3
            ActivatedClientTypeEntry.ToString Method3
    ActivatedServiceTypeEntry Class4
        ActivatedServiceTypeEntry Constructor4
            ActivatedServiceTypeEntry Constructor (Type)5
            ActivatedServiceTypeEntry Constructor (String, String)5
        Properties5
            ActivatedServiceTypeEntry.ContextAttributes Property5
            ActivatedServiceTypeEntry.ObjectType Property6
        Methods6
            ActivatedServiceTypeEntry.ToString Method6
    IChannelInfo Interface7
        Properties7
            IChannelInfo.ChannelData Property7
    IEnvoyInfo Interface8
        Properties8
            IEnvoyInfo.EnvoySinks Property8
    InternalRemotingServices Class9
        InternalRemotingServices Constructor9
        Methods9
            InternalRemotingServices.DebugOutChnl Method9
            InternalRemotingServices.GetCachedSoapAttribute Method9
            InternalRemotingServices.RemotingAssert Method9
            InternalRemotingServices.RemotingTrace Method10
            InternalRemotingServices.SetServerIdentity Method10
    IObjectHandle Interface11
        Methods11
            IObjectHandle.Unwrap Method11
    IRemotingTypeInfo Interface12
        Properties12
            IRemotingTypeInfo.TypeName Property12
        Methods13
            IRemotingTypeInfo.CanCastTo Method13
    ObjectHandle Class14
        ObjectHandle Constructor15
        Methods15
            ObjectHandle.InitializeLifetimeService Method15
            ObjectHandle.Unwrap Method16
    ObjRef Class17
        ObjRef Constructor19
            ObjRef Constructor ()19
            ObjRef Constructor (MarshalByRefObject, Type)19
            ObjRef Constructor (SerializationInfo, StreamingContext)20
        Properties20
            ObjRef.ChannelInfo Property20
            ObjRef.EnvoyInfo Property20
            ObjRef.TypeInfo Property20
            ObjRef.URI Property21
        Methods21
            ObjRef.GetObjectData Method21
            ObjRef.GetRealObject Method22
            ObjRef.IsFromThisAppDomain Method22
            ObjRef.IsFromThisProcess Method22
    RemotingConfiguration Class23
        Properties23
            RemotingConfiguration.ApplicationId Property23
            RemotingConfiguration.ApplicationName Property23
            RemotingConfiguration.ProcessId Property24
        Methods24
            RemotingConfiguration.Configure Method24
            RemotingConfiguration.CustomErrorsEnabled Method25
            RemotingConfiguration.GetRegisteredActivatedClientTypes Method25
            RemotingConfiguration.GetRegisteredActivatedServiceTypes Method26
            RemotingConfiguration.GetRegisteredWellKnownClientTypes Method26
            RemotingConfiguration.GetRegisteredWellKnownServiceTypes Method27
            RemotingConfiguration.IsActivationAllowed Method27
            RemotingConfiguration.IsRemotelyActivatedClientType Method28
            RemotingConfiguration.IsWellKnownClientType Method30
            RemotingConfiguration.RegisterActivatedClientType Method32
            RemotingConfiguration.RegisterActivatedServiceType Method35
            RemotingConfiguration.RegisterWellKnownClientType Method38
            RemotingConfiguration.RegisterWellKnownServiceType Method41
    RemotingException Class47
        RemotingException Constructor47
            RemotingException Constructor ()47
            RemotingException Constructor (String)47
            RemotingException Constructor (SerializationInfo, StreamingContext)48
            RemotingException Constructor (String, Exception)48
    RemotingServices Class50
        Methods50
            RemotingServices.Connect Method50
            RemotingServices.Disconnect Method52
            RemotingServices.ExecuteMessage Method52
            RemotingServices.GetEnvoyChainForProxy Method52
            RemotingServices.GetLifetimeService Method53
            RemotingServices.GetMethodBaseFromMethodMessage Method53
            RemotingServices.GetObjectData Method54
            RemotingServices.GetObjectUri Method54
            RemotingServices.GetObjRefForProxy Method55
            RemotingServices.GetRealProxy Method56
            RemotingServices.GetServerTypeForUri Method56
            RemotingServices.GetSessionIdForMethodMessage Method57
            RemotingServices.IsMethodOverloaded Method59
            RemotingServices.IsObjectOutOfAppDomain Method59
            RemotingServices.IsObjectOutOfContext Method60
            RemotingServices.IsOneWay Method61
            RemotingServices.IsTransparentProxy Method61
            RemotingServices.LogRemotingStage Method61
            RemotingServices.Marshal Method62
            RemotingServices.SetObjectUriForMarshal Method64
            RemotingServices.Unmarshal Method65
    RemotingTimeoutException Class67
        RemotingTimeoutException Constructor67
            RemotingTimeoutException Constructor ()67
            RemotingTimeoutException Constructor (String)67
            RemotingTimeoutException Constructor (String, Exception)68
    ServerException Class69
        ServerException Constructor69
            ServerException Constructor ()69
            ServerException Constructor (String)69
            ServerException Constructor (String, Exception)70
    SoapServices Class71
        Properties71
            SoapServices.XmlNsForClrType Property71
            SoapServices.XmlNsForClrTypeWithAssembly Property71
            SoapServices.XmlNsForClrTypeWithNs Property72
            SoapServices.XmlNsForClrTypeWithNsAndAssembly Property72
        Methods72
            SoapServices.CodeXmlNamespaceForClrTypeNamespace Method72
            SoapServices.DecodeXmlNamespaceForClrTypeNamespace Method73
            SoapServices.GetInteropFieldTypeAndNameFromXmlAttribute Method73
            SoapServices.GetInteropFieldTypeAndNameFromXmlElement Method74
            SoapServices.GetInteropTypeFromXmlElement Method75
            SoapServices.GetInteropTypeFromXmlType Method75
            SoapServices.GetSoapActionFromMethodBase Method76
            SoapServices.GetTypeAndMethodNameFromSoapAction Method76
            SoapServices.GetXmlElementForInteropType Method77
            SoapServices.GetXmlNamespaceForMethodCall Method77
            SoapServices.GetXmlNamespaceForMethodResponse Method78
            SoapServices.GetXmlTypeForInteropType Method78
            SoapServices.IsClrTypeNamespace Method79
            SoapServices.IsSoapActionValidForMethodBase Method79
            SoapServices.PreLoad Method79
            SoapServices.RegisterInteropXmlElement Method80
            SoapServices.RegisterInteropXmlType Method81
            SoapServices.RegisterSoapActionForMethodBase Method81
    TypeEntry Class83
        TypeEntry Constructor83
        Properties83
            TypeEntry.AssemblyName Property83
            TypeEntry.TypeName Property83
    WellKnownClientTypeEntry Class84
        WellKnownClientTypeEntry Constructor85
            WellKnownClientTypeEntry Constructor (Type, String)85
            WellKnownClientTypeEntry Constructor (String, String, String)85
        Properties85
            WellKnownClientTypeEntry.ApplicationUrl Property85
            WellKnownClientTypeEntry.ObjectType Property86
            WellKnownClientTypeEntry.ObjectUrl Property86
        Methods86
            WellKnownClientTypeEntry.ToString Method86
    WellKnownObjectMode Enumeration87
    WellKnownServiceTypeEntry Class88
        WellKnownServiceTypeEntry Constructor88
            WellKnownServiceTypeEntry Constructor (Type, String, WellKnownObjectMode)89
            WellKnownServiceTypeEntry Constructor (String, String, String, WellKnownObjectMode)89
        Properties90
            WellKnownServiceTypeEntry.ContextAttributes Property90
            WellKnownServiceTypeEntry.Mode Property90
            WellKnownServiceTypeEntry.ObjectType Property90
            WellKnownServiceTypeEntry.ObjectUri Property90
        Methods90
            WellKnownServiceTypeEntry.ToString Method90
System.Runtime.Remoting.Activation Namespace91
    ActivatorLevel Enumeration91
    IActivator Interface92
        Properties92
            IActivator.Level Property92
            IActivator.NextActivator Property92
        Methods92
            IActivator.Activate Method92
    IConstructionCallMessage Interface94
        Properties94
            IConstructionCallMessage.ActivationType Property94
            IConstructionCallMessage.ActivationTypeName Property94
            IConstructionCallMessage.Activator Property94
            IConstructionCallMessage.CallSiteActivationAttributes Property95
            IConstructionCallMessage.ContextProperties Property95
    IConstructionReturnMessage Interface96
    UrlAttribute Class97
        UrlAttribute Constructor97
        Properties97
            UrlAttribute.UrlValue Property97
        Methods97
            UrlAttribute.Equals Method97
            UrlAttribute.GetHashCode Method98
            UrlAttribute.GetPropertiesForNewContext Method98
            UrlAttribute.IsContextOK Method98
System.Runtime.Remoting.Channels Namespace101
    BaseChannelObjectWithProperties Class101
        BaseChannelObjectWithProperties Constructor103
        Properties103
            BaseChannelObjectWithProperties.Count Property103
            BaseChannelObjectWithProperties.IsFixedSize Property103
            BaseChannelObjectWithProperties.IsReadOnly Property104
            BaseChannelObjectWithProperties.IsSynchronized Property104
            BaseChannelObjectWithProperties.Item Property104
            BaseChannelObjectWithProperties.Keys Property105
            BaseChannelObjectWithProperties.Properties Property105
            BaseChannelObjectWithProperties.SyncRoot Property105
            BaseChannelObjectWithProperties.Values Property105
        Methods106
            BaseChannelObjectWithProperties.Add Method106
            BaseChannelObjectWithProperties.Clear Method106
            BaseChannelObjectWithProperties.Contains Method106
            BaseChannelObjectWithProperties.CopyTo Method106
            BaseChannelObjectWithProperties.GetEnumerator Method107
            BaseChannelObjectWithProperties.IEnumerable.GetEnumerator Method107
            BaseChannelObjectWithProperties.Remove Method107
    BaseChannelSinkWithProperties Class108
        BaseChannelSinkWithProperties Constructor108
    BaseChannelWithProperties Class109
        BaseChannelWithProperties Constructor109
        Fields109
            BaseChannelWithProperties.SinksWithProperties Field109
        Properties109
            BaseChannelWithProperties.Properties Property109
    BinaryClientFormatterSink Class111
        BinaryClientFormatterSink Constructor111
        Properties111
            BinaryClientFormatterSink.NextChannelSink Property111
            BinaryClientFormatterSink.NextSink Property112
            BinaryClientFormatterSink.Properties Property112
        Methods112
            BinaryClientFormatterSink.AsyncProcessMessage Method112
            BinaryClientFormatterSink.AsyncProcessRequest Method112
            BinaryClientFormatterSink.AsyncProcessResponse Method113
            BinaryClientFormatterSink.GetRequestStream Method113
            BinaryClientFormatterSink.ProcessMessage Method114
            BinaryClientFormatterSink.SyncProcessMessage Method114
    BinaryClientFormatterSinkProvider Class116
        BinaryClientFormatterSinkProvider Constructor116
            BinaryClientFormatterSinkProvider Constructor ()116
            BinaryClientFormatterSinkProvider Constructor (IDictionary, ICollection)117
        Properties117
            BinaryClientFormatterSinkProvider.Next Property117
        Methods117
            BinaryClientFormatterSinkProvider.CreateSink Method117
    BinaryServerFormatterSink Class119
        BinaryServerFormatterSink Constructor119
        Properties120
            BinaryServerFormatterSink.NextChannelSink Property120
            BinaryServerFormatterSink.Properties Property120
            BinaryServerFormatterSink.TypeFilterLevel Property120
        Methods121
            BinaryServerFormatterSink.AsyncProcessResponse Method121
            BinaryServerFormatterSink.GetResponseStream Method121
            BinaryServerFormatterSink.ProcessMessage Method122
    BinaryServerFormatterSink.Protocol Enumeration123
    BinaryServerFormatterSinkProvider Class124
        BinaryServerFormatterSinkProvider Constructor124
            BinaryServerFormatterSinkProvider Constructor ()124
            BinaryServerFormatterSinkProvider Constructor (IDictionary, ICollection)125
        Properties125
            BinaryServerFormatterSinkProvider.Next Property125
            BinaryServerFormatterSinkProvider.TypeFilterLevel Property125
        Methods126
            BinaryServerFormatterSinkProvider.CreateSink Method126
            BinaryServerFormatterSinkProvider.GetChannelData Method126
    ChannelDataStore Class127
        ChannelDataStore Constructor127
        Properties127
            ChannelDataStore.ChannelUris Property127
            ChannelDataStore.Item Property127
    ChannelServices Class129
        Properties129
            ChannelServices.RegisteredChannels Property129
        Methods129
            ChannelServices.AsyncDispatchMessage Method129
            ChannelServices.CreateServerChannelSinkChain Method130
            ChannelServices.DispatchMessage Method130
            ChannelServices.GetChannel Method131
            ChannelServices.GetChannelSinkProperties Method131
            ChannelServices.GetUrlsForObject Method132
            ChannelServices.RegisterChannel Method133
            ChannelServices.SyncDispatchMessage Method133
            ChannelServices.UnregisterChannel Method135
    ClientChannelSinkStack Class136
        ClientChannelSinkStack Constructor136
            ClientChannelSinkStack Constructor ()136
            ClientChannelSinkStack Constructor (IMessageSink)136
        Methods137
            ClientChannelSinkStack.AsyncProcessResponse Method137
            ClientChannelSinkStack.DispatchException Method137
            ClientChannelSinkStack.DispatchReplyMessage Method137
            ClientChannelSinkStack.Pop Method138
            ClientChannelSinkStack.Push Method138
    CommonTransportKeys Class139
        CommonTransportKeys Constructor139
        Fields139
            CommonTransportKeys.ConnectionId Field139
            CommonTransportKeys.IPAddress Field139
            CommonTransportKeys.RequestUri Field139
    IChannel Interface140
        Properties140
            IChannel.ChannelName Property140
            IChannel.ChannelPriority Property141
        Methods141
            IChannel.Parse Method141
    IChannelDataStore Interface143
        Properties143
            IChannelDataStore.ChannelUris Property143
            IChannelDataStore.Item Property144
    IChannelReceiver Interface145
        Properties145
            IChannelReceiver.ChannelData Property145
        Methods145
            IChannelReceiver.GetUrlsForUri Method145
            IChannelReceiver.StartListening Method146
            IChannelReceiver.StopListening Method146
    IChannelReceiverHook Interface147
        Properties148
            IChannelReceiverHook.ChannelScheme Property148
            IChannelReceiverHook.ChannelSinkChain Property148
            IChannelReceiverHook.WantsToListen Property148
        Methods149
            IChannelReceiverHook.AddHookChannelUri Method149
    IChannelSender Interface151
        Methods152
            IChannelSender.CreateMessageSink Method152
    IChannelSinkBase Interface153
        Properties153
            IChannelSinkBase.Properties Property153
    IClientChannelSink Interface154
        Properties154
            IClientChannelSink.NextChannelSink Property154
        Methods154
            IClientChannelSink.AsyncProcessRequest Method154
            IClientChannelSink.AsyncProcessResponse Method155
            IClientChannelSink.GetRequestStream Method157
            IClientChannelSink.ProcessMessage Method157
    IClientChannelSinkProvider Interface159
        Properties159
            IClientChannelSinkProvider.Next Property159
        Methods159
            IClientChannelSinkProvider.CreateSink Method159
    IClientChannelSinkStack Interface161
        Methods161
            IClientChannelSinkStack.Pop Method161
            IClientChannelSinkStack.Push Method161
    IClientFormatterSink Interface163
    IClientFormatterSinkProvider Interface164
    IClientResponseChannelSinkStack Interface165
        Methods165
            IClientResponseChannelSinkStack.AsyncProcessResponse Method165
            IClientResponseChannelSinkStack.DispatchException Method165
            IClientResponseChannelSinkStack.DispatchReplyMessage Method166
    IServerChannelSink Interface167
        Properties167
            IServerChannelSink.NextChannelSink Property167
        Methods167
            IServerChannelSink.AsyncProcessResponse Method167
            IServerChannelSink.GetResponseStream Method169
            IServerChannelSink.ProcessMessage Method170
    IServerChannelSinkProvider Interface172
        Properties172
            IServerChannelSinkProvider.Next Property172
        Methods173
            IServerChannelSinkProvider.CreateSink Method173
            IServerChannelSinkProvider.GetChannelData Method173
    IServerChannelSinkStack Interface174
        Methods174
            IServerChannelSinkStack.Pop Method174
            IServerChannelSinkStack.Push Method174
            IServerChannelSinkStack.ServerCallback Method175
            IServerChannelSinkStack.Store Method175
            IServerChannelSinkStack.StoreAndDispatch Method175
    IServerFormatterSinkProvider Interface176
    IServerResponseChannelSinkStack Interface177
        Methods177
            IServerResponseChannelSinkStack.AsyncProcessResponse Method177
            IServerResponseChannelSinkStack.GetResponseStream Method177
    ITransportHeaders Interface178
        Properties179
            ITransportHeaders.Item Property179
        Methods180
            ITransportHeaders.GetEnumerator Method180
    ServerChannelSinkStack Class181
        ServerChannelSinkStack Constructor181
        Methods181
            ServerChannelSinkStack.AsyncProcessResponse Method181
            ServerChannelSinkStack.GetResponseStream Method181
            ServerChannelSinkStack.Pop Method182
            ServerChannelSinkStack.Push Method182
            ServerChannelSinkStack.ServerCallback Method183
            ServerChannelSinkStack.Store Method183
            ServerChannelSinkStack.StoreAndDispatch Method183
    ServerProcessing Enumeration184
    SinkProviderData Class185
        SinkProviderData Constructor185
        Properties185
            SinkProviderData.Children Property185
            SinkProviderData.Name Property185
            SinkProviderData.Properties Property185
    SoapClientFormatterSink Class187
        SoapClientFormatterSink Constructor187
        Properties187
            SoapClientFormatterSink.NextChannelSink Property187
            SoapClientFormatterSink.NextSink Property188
            SoapClientFormatterSink.Properties Property188
        Methods188
            SoapClientFormatterSink.AsyncProcessMessage Method188
            SoapClientFormatterSink.AsyncProcessRequest Method188
            SoapClientFormatterSink.AsyncProcessResponse Method189
            SoapClientFormatterSink.GetRequestStream Method189
            SoapClientFormatterSink.ProcessMessage Method190
            SoapClientFormatterSink.SyncProcessMessage Method190
    SoapClientFormatterSinkProvider Class192
        SoapClientFormatterSinkProvider Constructor192
            SoapClientFormatterSinkProvider Constructor ()192
            SoapClientFormatterSinkProvider Constructor (IDictionary, ICollection)193
        Properties193
            SoapClientFormatterSinkProvider.Next Property193
        Methods193
            SoapClientFormatterSinkProvider.CreateSink Method193
    SoapServerFormatterSink Class195
        SoapServerFormatterSink Constructor195
        Properties195
            SoapServerFormatterSink.NextChannelSink Property196
            SoapServerFormatterSink.Properties Property196
            SoapServerFormatterSink.TypeFilterLevel Property196
        Methods196
            SoapServerFormatterSink.AsyncProcessResponse Method196
            SoapServerFormatterSink.GetResponseStream Method197
            SoapServerFormatterSink.ProcessMessage Method197
    SoapServerFormatterSink.Protocol Enumeration199
    SoapServerFormatterSinkProvider Class200
        SoapServerFormatterSinkProvider Constructor200
            SoapServerFormatterSinkProvider Constructor ()200
            SoapServerFormatterSinkProvider Constructor (IDictionary, ICollection)201
        Properties201
            SoapServerFormatterSinkProvider.Next Property201
            SoapServerFormatterSinkProvider.TypeFilterLevel Property201
        Methods202
            SoapServerFormatterSinkProvider.CreateSink Method202
            SoapServerFormatterSinkProvider.GetChannelData Method202
    TransportHeaders Class203
        TransportHeaders Constructor203
        Properties203
            TransportHeaders.Item Property203
        Methods204
            TransportHeaders.GetEnumerator Method204
System.Runtime.Remoting.Channels.Http Namespace205
    HttpChannel Class205
        HttpChannel Constructor207
            HttpChannel Constructor ()208
            HttpChannel Constructor (Int32)208
            HttpChannel Constructor (IDictionary, IClientChannelSinkProvider, IServerChannelSinkProvider)208
        Properties209
            HttpChannel.ChannelData Property209
            HttpChannel.ChannelName Property209
            HttpChannel.ChannelPriority Property209
            HttpChannel.ChannelScheme Property210
            HttpChannel.ChannelSinkChain Property210
            HttpChannel.Item Property210
            HttpChannel.Keys Property211
            HttpChannel.Properties Property211
            HttpChannel.WantsToListen Property211
        Methods212
            HttpChannel.AddHookChannelUri Method212
            HttpChannel.CreateMessageSink Method212
            HttpChannel.GetUrlsForUri Method213
            HttpChannel.Parse Method213
            HttpChannel.StartListening Method213
            HttpChannel.StopListening Method214
    HttpClientChannel Class215
        HttpClientChannel Constructor216
            HttpClientChannel Constructor ()216
            HttpClientChannel Constructor (IDictionary, IClientChannelSinkProvider)217
            HttpClientChannel Constructor (String, IClientChannelSinkProvider)217
        Properties217
            HttpClientChannel.ChannelName Property217
            HttpClientChannel.ChannelPriority Property218
            HttpClientChannel.Item Property218
            HttpClientChannel.Keys Property219
        Methods219
            HttpClientChannel.CreateMessageSink Method219
            HttpClientChannel.Parse Method219
    HttpRemotingHandler Class221
        HttpRemotingHandler Constructor221
            HttpRemotingHandler Constructor ()221
            HttpRemotingHandler Constructor (Type, Object)221
        Properties221
            HttpRemotingHandler.IsReusable Property221
        Methods222
            HttpRemotingHandler.ProcessRequest Method222
    HttpRemotingHandlerFactory Class223
        HttpRemotingHandlerFactory Constructor223
        Methods223
            HttpRemotingHandlerFactory.GetHandler Method223
            HttpRemotingHandlerFactory.ReleaseHandler Method224
    HttpServerChannel Class225
        HttpServerChannel Constructor226
            HttpServerChannel Constructor ()226
            HttpServerChannel Constructor (Int32)226
            HttpServerChannel Constructor (IDictionary, IServerChannelSinkProvider)227
            HttpServerChannel Constructor (String, Int32)227
            HttpServerChannel Constructor (String, Int32, IServerChannelSinkProvider)228
        Properties228
            HttpServerChannel.ChannelData Property228
            HttpServerChannel.ChannelName Property229
            HttpServerChannel.ChannelPriority Property229
            HttpServerChannel.ChannelScheme Property229
            HttpServerChannel.ChannelSinkChain Property229
            HttpServerChannel.Item Property230
            HttpServerChannel.Keys Property230
            HttpServerChannel.WantsToListen Property230
        Methods231
            HttpServerChannel.AddHookChannelUri Method231
            HttpServerChannel.GetChannelUri Method231
            HttpServerChannel.GetUrlsForUri Method231
            HttpServerChannel.Parse Method232
            HttpServerChannel.StartListening Method233
            HttpServerChannel.StopListening Method233
System.Runtime.Remoting.Channels.Tcp Namespace235
    TcpChannel Class235
        TcpChannel Constructor236
            TcpChannel Constructor ()237
            TcpChannel Constructor (Int32)237
            TcpChannel Constructor (IDictionary, IClientChannelSinkProvider, IServerChannelSinkProvider)237
        Properties238
            TcpChannel.ChannelData Property238
            TcpChannel.ChannelName Property238
            TcpChannel.ChannelPriority Property239
        Methods239
            TcpChannel.CreateMessageSink Method239
            TcpChannel.GetUrlsForUri Method239
            TcpChannel.Parse Method240
            TcpChannel.StartListening Method241
            TcpChannel.StopListening Method241
    TcpClientChannel Class242
        TcpClientChannel Constructor242
            TcpClientChannel Constructor ()243
            TcpClientChannel Constructor (IDictionary, IClientChannelSinkProvider)243
            TcpClientChannel Constructor (String, IClientChannelSinkProvider)243
        Properties244
            TcpClientChannel.ChannelName Property244
            TcpClientChannel.ChannelPriority Property244
        Methods244
            TcpClientChannel.CreateMessageSink Method244
            TcpClientChannel.Parse Method245
    TcpServerChannel Class246
        TcpServerChannel Constructor247
            TcpServerChannel Constructor (Int32)247
            TcpServerChannel Constructor (IDictionary, IServerChannelSinkProvider)248
            TcpServerChannel Constructor (String, Int32)248
            TcpServerChannel Constructor (String, Int32, IServerChannelSinkProvider)249
        Properties249
            TcpServerChannel.ChannelData Property249
            TcpServerChannel.ChannelName Property249
            TcpServerChannel.ChannelPriority Property250
        Methods250
            TcpServerChannel.GetChannelUri Method250
            TcpServerChannel.GetUrlsForUri Method250
            TcpServerChannel.Parse Method251
            TcpServerChannel.StartListening Method251
            TcpServerChannel.StopListening Method252


Next



Last Updated: January 13, 2003
Top of Page