C# 클래스 System.Runtime.Remoting.Identity

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_ObjURI String
_URL String

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ToString ( ) : String

비공개 메소드들

메소드 설명
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

메소드 상세

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

_ObjURI 보호되어 있는 프로퍼티

protected String _ObjURI
리턴 String

_URL 보호되어 있는 프로퍼티

protected String _URL
리턴 String