C# Class System.Runtime.Remoting.Identity

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Свойство Type Description
_ObjURI String
_URL String

Private Properties

Свойство Type Description
AddProxySideDynamicProperty bool
AssertValid void
GetNewLogicalCallID String
GetNextSeqNum int
GetRandomBytes Byte[]
Identity System.Globalization
Identity System.Globalization
IsDisconnected bool
IsFullyDisconnected bool
IsInIDTable bool
IsRemoteDisconnected bool
IsWellKnown bool
RaceSetChannelSink IMessageSink
RaceSetEnvoyChain IMessageSink
RaceSetObjRef ObjRef
RaceSetTransparentProxy Object
RemoveAppNameOrAppGuidIfNecessary String
RemoveProxySideDynamicProperty bool
ResetInIDTable void
SetFullyConnected void
SetInIDTable void
SetOrCreateURI void
SetOrCreateURI void
StringStartsWith bool

Méthodes publiques

Méthode Description
ToString ( ) : String

Private Methods

Méthode Description
AddProxySideDynamicProperty ( IDynamicProperty prop ) : bool
AssertValid ( ) : void
GetNewLogicalCallID ( ) : String
GetNextSeqNum ( ) : int
GetRandomBytes ( ) : Byte[]
Identity ( String objURI, String URL ) : System.Globalization
Identity ( bool bContextBound ) : System.Globalization
IsDisconnected ( ) : bool
IsFullyDisconnected ( ) : bool
IsInIDTable ( ) : bool
IsRemoteDisconnected ( ) : bool
IsWellKnown ( ) : bool
RaceSetChannelSink ( IMessageSink channelSink ) : IMessageSink
RaceSetEnvoyChain ( IMessageSink envoyChain ) : IMessageSink
RaceSetObjRef ( ObjRef objRefGiven ) : ObjRef
RaceSetTransparentProxy ( Object tpObj ) : Object
RemoveAppNameOrAppGuidIfNecessary ( String uri ) : String
RemoveProxySideDynamicProperty ( String name ) : bool
ResetInIDTable ( bool bResetURI ) : void
SetFullyConnected ( ) : void
SetInIDTable ( ) : void
SetOrCreateURI ( String uri ) : void
SetOrCreateURI ( String uri, bool bIdCtor ) : void
StringStartsWith ( String s1, String prefix ) : bool

Method Details

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

_ObjURI protected_oe property

protected String _ObjURI
Résultat String

_URL protected_oe property

protected String _URL
Résultat String