6 references to GetServerTypeForUri
System.Runtime.Remoting (6)
channels\http\httpremotinghandler.cs (2)
229if (RemotingServices.GetServerTypeForUri(requestUri) != null) 250if (RemotingServices.GetServerTypeForUri(requestUri) != null)
channels\sinks\binaryformattersinks.cs (1)
565if (objectUri != lastUri && RemotingServices.GetServerTypeForUri(objectUri) == null)
channels\sinks\soapformattersinks.cs (2)
608if (RemotingServices.GetServerTypeForUri(objectUri) == null) 855Type type = RemotingServices.GetServerTypeForUri(objectURI);
metadata\sdlchannelsink.cs (1)
307Type objectType = RemotingServices.GetServerTypeForUri(objectUri);