Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Runtime / Remoting / ProxyAttribute.cs / 1 / ProxyAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: ProxyAttribute.cs ** ** ** Purpose: Defines the attribute that is used on types which ** need custom proxies. ** ** ===========================================================*/ namespace System.Runtime.Remoting.Proxies { using System.Reflection; using System.Runtime.Remoting.Activation; using System.Runtime.Remoting.Contexts; using System.Security.Permissions; // Attribute for types that need custom proxies [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] [SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags=SecurityPermissionFlag.Infrastructure)] [SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Flags=SecurityPermissionFlag.Infrastructure)] [System.Runtime.InteropServices.ComVisible(true)] public class ProxyAttribute : Attribute , IContextAttribute { public ProxyAttribute() { // Default constructor } // Default implementation of CreateInstance uses our activation services to create an instance // of the transparent proxy or an uninitialized marshalbyrefobject and returns it. public virtual MarshalByRefObject CreateInstance(Type serverType) { if (!serverType.IsContextful) { throw new RemotingException( Environment.GetResourceString( "Remoting_Activation_MBR_ProxyAttribute")); } if (serverType.IsAbstract) { throw new RemotingException( Environment.GetResourceString( "Acc_CreateAbst")); } return CreateInstanceInternal(serverType); } internal MarshalByRefObject CreateInstanceInternal(Type serverType) { return ActivationServices.CreateInstance(serverType); } // Default implementation of CreateProxy creates an instance of our // remoting proxy public virtual RealProxy CreateProxy(ObjRef objRef, Type serverType, Object serverObject, Context serverContext) { RemotingProxy rp = new RemotingProxy(serverType); // If this is a serverID, set the native context field in the TP if (null != serverContext) { RealProxy.SetStubData(rp, serverContext.InternalContextID); } if (objRef != null && objRef.GetServerIdentity().IsAllocated) { rp.SetSrvInfo(objRef.GetServerIdentity(), objRef.GetDomainID()); } // Set the flag indicating that the fields of the proxy // have been initialized rp.Initialized = true; // Sanity check Type t = serverType; if (!t.IsContextful && !t.IsMarshalByRef && (null != serverContext)) { throw new RemotingException( Environment.GetResourceString( "Remoting_Activation_MBR_ProxyAttribute")); } return rp; } // implementation of interface IContextAttribute [System.Runtime.InteropServices.ComVisible(true)] public bool IsContextOK(Context ctx, IConstructionCallMessage msg) { // always happy... return true; } [System.Runtime.InteropServices.ComVisible(true)] public void GetPropertiesForNewContext(IConstructionCallMessage msg) { // chill.. do nothing. return; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: ProxyAttribute.cs ** ** ** Purpose: Defines the attribute that is used on types which ** need custom proxies. ** ** ===========================================================*/ namespace System.Runtime.Remoting.Proxies { using System.Reflection; using System.Runtime.Remoting.Activation; using System.Runtime.Remoting.Contexts; using System.Security.Permissions; // Attribute for types that need custom proxies [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] [SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags=SecurityPermissionFlag.Infrastructure)] [SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Flags=SecurityPermissionFlag.Infrastructure)] [System.Runtime.InteropServices.ComVisible(true)] public class ProxyAttribute : Attribute , IContextAttribute { public ProxyAttribute() { // Default constructor } // Default implementation of CreateInstance uses our activation services to create an instance // of the transparent proxy or an uninitialized marshalbyrefobject and returns it. public virtual MarshalByRefObject CreateInstance(Type serverType) { if (!serverType.IsContextful) { throw new RemotingException( Environment.GetResourceString( "Remoting_Activation_MBR_ProxyAttribute")); } if (serverType.IsAbstract) { throw new RemotingException( Environment.GetResourceString( "Acc_CreateAbst")); } return CreateInstanceInternal(serverType); } internal MarshalByRefObject CreateInstanceInternal(Type serverType) { return ActivationServices.CreateInstance(serverType); } // Default implementation of CreateProxy creates an instance of our // remoting proxy public virtual RealProxy CreateProxy(ObjRef objRef, Type serverType, Object serverObject, Context serverContext) { RemotingProxy rp = new RemotingProxy(serverType); // If this is a serverID, set the native context field in the TP if (null != serverContext) { RealProxy.SetStubData(rp, serverContext.InternalContextID); } if (objRef != null && objRef.GetServerIdentity().IsAllocated) { rp.SetSrvInfo(objRef.GetServerIdentity(), objRef.GetDomainID()); } // Set the flag indicating that the fields of the proxy // have been initialized rp.Initialized = true; // Sanity check Type t = serverType; if (!t.IsContextful && !t.IsMarshalByRef && (null != serverContext)) { throw new RemotingException( Environment.GetResourceString( "Remoting_Activation_MBR_ProxyAttribute")); } return rp; } // implementation of interface IContextAttribute [System.Runtime.InteropServices.ComVisible(true)] public bool IsContextOK(Context ctx, IConstructionCallMessage msg) { // always happy... return true; } [System.Runtime.InteropServices.ComVisible(true)] public void GetPropertiesForNewContext(IConstructionCallMessage msg) { // chill.. do nothing. return; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignerVerb.cs
- RelationshipEnd.cs
- FloaterBaseParaClient.cs
- PropertyTabChangedEvent.cs
- LocalizationCodeDomSerializer.cs
- XmlQueryType.cs
- IDataContractSurrogate.cs
- GroupItemAutomationPeer.cs
- Authorization.cs
- WindowsStartMenu.cs
- LifetimeServices.cs
- Base64Decoder.cs
- SelectionWordBreaker.cs
- SoapSchemaExporter.cs
- XPathAncestorQuery.cs
- BinaryQueryOperator.cs
- BoolExpression.cs
- MsmqBindingMonitor.cs
- VScrollBar.cs
- NotImplementedException.cs
- BitmapEffectGeneralTransform.cs
- WebZone.cs
- SecurityHeaderElementInferenceEngine.cs
- HttpPostProtocolImporter.cs
- BooleanStorage.cs
- Win32Native.cs
- MimeFormatExtensions.cs
- PropertyMapper.cs
- __Error.cs
- CodeIterationStatement.cs
- Pair.cs
- EntityProxyFactory.cs
- GcSettings.cs
- XmlChoiceIdentifierAttribute.cs
- CharacterBuffer.cs
- Encoder.cs
- InvokePattern.cs
- Transform3DGroup.cs
- CharEnumerator.cs
- PersistenceTypeAttribute.cs
- RemoteWebConfigurationHostStream.cs
- QueryOperationResponseOfT.cs
- COM2IDispatchConverter.cs
- TimeSpanConverter.cs
- FileSystemEventArgs.cs
- TreeWalkHelper.cs
- ThemeDictionaryExtension.cs
- ConnectionStringsExpressionBuilder.cs
- CounterCreationDataConverter.cs
- _ContextAwareResult.cs
- datacache.cs
- DataGridViewCellStyleChangedEventArgs.cs
- RestHandlerFactory.cs
- RootBuilder.cs
- ProtocolViolationException.cs
- MeasurementDCInfo.cs
- safemediahandle.cs
- ContentTextAutomationPeer.cs
- TrustManagerMoreInformation.cs
- CodeAccessPermission.cs
- WSFederationHttpBindingElement.cs
- BinaryNode.cs
- RowToParametersTransformer.cs
- AssemblyHash.cs
- SqlProvider.cs
- AppDomainManager.cs
- XmlDigitalSignatureProcessor.cs
- MissingManifestResourceException.cs
- IdentityNotMappedException.cs
- JsonDeserializer.cs
- Repeater.cs
- ColumnWidthChangedEvent.cs
- XmlLanguageConverter.cs
- AvtEvent.cs
- CheckoutException.cs
- DependencySource.cs
- ContentValidator.cs
- LookupBindingPropertiesAttribute.cs
- WebMessageFormatHelper.cs
- LOSFormatter.cs
- ProtectedConfiguration.cs
- DropSource.cs
- Vector3D.cs
- CodeTryCatchFinallyStatement.cs
- IFlowDocumentViewer.cs
- securestring.cs
- DBSchemaTable.cs
- SolidBrush.cs
- PageWrapper.cs
- StringStorage.cs
- LicenseProviderAttribute.cs
- EntityContainerEntitySet.cs
- ToolStripPanelCell.cs
- ControlBuilderAttribute.cs
- TableLayout.cs
- DiagnosticStrings.cs
- PrivacyNoticeBindingElement.cs
- XPathNodePointer.cs
- XPathDocumentNavigator.cs
- ReturnType.cs