C# Class System.Runtime.Remoting.Identity

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
_ObjURI String
_URL String

Private Properties

Property 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

Public Methods

Method Description
ToString ( ) : String

Private Methods

Method 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 method

public ToString ( ) : String
return String

Property Details

_ObjURI protected_oe property

protected String _ObjURI
return String

_URL protected_oe property

protected String _URL
return String